Searched refs:acpiec_bus_read (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/acpi/ |
H A D | acpi_ecvar.h | 35 ACPI_STATUS acpiec_bus_read(device_t, u_int, ACPI_INTEGER *, int);
|
H A D | thinkpad_acpi.c | 851 rv = acpiec_bus_read(sc->sc_ecdev, 0x84, &lo, 1); in thinkpad_fan_refresh() 856 rv = acpiec_bus_read(sc->sc_ecdev, 0x85, &hi, 1); in thinkpad_fan_refresh()
|
H A D | acpi_ec.c | 1096 acpiec_bus_read(device_t dv, u_int addr, ACPI_INTEGER *val, int width) in acpiec_bus_read() function
|
/netbsd-src/sys/dev/acpi/wmi/ |
H A D | wmi_acpi.c | 553 (void)acpiec_bus_read(sc->sc_ecdev, addr, val, width); in acpi_wmi_ec_handler()
|