Searched refs:bios_set_state (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/input/misc/ |
| H A D | wistron_btns.c | 204 static void bios_set_state(u8 subsys, int enable) in bios_set_state() function 1042 bios_set_state(MAIL_LED, (value != LED_OFF) ? 1 : 0); in wistron_mail_led_set() 1049 bios_set_state(WIFI, (value != LED_OFF) ? 1 : 0); in wistron_wifi_led_set() 1124 bios_set_state(WIFI, wifi_enabled); in handle_key() 1131 bios_set_state(BLUETOOTH, bluetooth_enabled); in handle_key() 1264 bios_set_state(WIFI, wifi_enabled); in wistron_probe() 1275 bios_set_state(BLUETOOTH, bluetooth_enabled); in wistron_probe() 1299 bios_set_state(WIFI, 0); in wistron_suspend() 1302 bios_set_state(BLUETOOTH, 0); in wistron_suspend() 1312 bios_set_state(WIFI, wifi_enabled); in wistron_resume() [all …]
|