Home
last modified time | relevance | path

Searched refs:acpiec_bus_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/acpi/
H A Dacpi_ecvar.h35 ACPI_STATUS acpiec_bus_read(device_t, u_int, ACPI_INTEGER *, int);
H A Dthinkpad_acpi.c851 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 Dacpi_ec.c1096 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 Dwmi_acpi.c553 (void)acpiec_bus_read(sc->sc_ecdev, addr, val, width); in acpi_wmi_ec_handler()