Searched refs:wmi_hp_method_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/acpi/wmi/ |
H A D | wmi_hp.c | 167 static bool wmi_hp_method_read(struct wmi_hp_softc *, uint8_t); 343 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_HOTKEY) != true) in wmi_hp_hotkey() 462 wmi_hp_method_read(struct wmi_hp_softc *sc, uint8_t cmd) in wmi_hp_method_read() function 497 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_SWITCH) != true) in wmi_hp_switch_init() 538 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_HDDTEMP) == true) { in wmi_hp_sensor_init() 551 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_DISPLAY) == true) { in wmi_hp_sensor_init() 563 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_DOCK) == true) { in wmi_hp_sensor_init() 607 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_SWITCH) != true) { in wmi_hp_sensor_switch_update() 645 if (wmi_hp_method_read(sc, cmd) == true) { in wmi_hp_sensor_read() 756 if (wmi_hp_method_read(sc, WMI_HP_METHOD_CMD_ALS) == true) { in sysctl_wmi_hp_setup()
|