Lines Matching refs:bios_set_state
216 static void bios_set_state(u8 subsys, int enable) in bios_set_state() function
1054 bios_set_state(MAIL_LED, (value != LED_OFF) ? 1 : 0); in wistron_mail_led_set()
1061 bios_set_state(WIFI, (value != LED_OFF) ? 1 : 0); in wistron_wifi_led_set()
1083 bios_set_state(WIFI, wistron_wifi_led.brightness); in wistron_led_init()
1095 bios_set_state(MAIL_LED, wistron_mail_led.brightness); in wistron_led_init()
1136 bios_set_state(WIFI, wifi_enabled); in handle_key()
1143 bios_set_state(BLUETOOTH, bluetooth_enabled); in handle_key()
1274 bios_set_state(WIFI, wifi_enabled); in wistron_probe()
1285 bios_set_state(BLUETOOTH, bluetooth_enabled); in wistron_probe()
1314 bios_set_state(WIFI, 0); in wistron_suspend()
1317 bios_set_state(BLUETOOTH, 0); in wistron_suspend()
1327 bios_set_state(WIFI, wifi_enabled); in wistron_resume()
1330 bios_set_state(BLUETOOTH, bluetooth_enabled); in wistron_resume()