bios_set_state   1042 drivers/input/misc/wistron_btns.c 	bios_set_state(MAIL_LED, (value != LED_OFF) ? 1 : 0);
bios_set_state   1049 drivers/input/misc/wistron_btns.c 	bios_set_state(WIFI, (value != LED_OFF) ? 1 : 0);
bios_set_state   1071 drivers/input/misc/wistron_btns.c 				bios_set_state(WIFI, wistron_wifi_led.brightness);
bios_set_state   1083 drivers/input/misc/wistron_btns.c 			bios_set_state(MAIL_LED, wistron_mail_led.brightness);
bios_set_state   1124 drivers/input/misc/wistron_btns.c 				bios_set_state(WIFI, wifi_enabled);
bios_set_state   1131 drivers/input/misc/wistron_btns.c 				bios_set_state(BLUETOOTH, bluetooth_enabled);
bios_set_state   1260 drivers/input/misc/wistron_btns.c 			bios_set_state(WIFI, wifi_enabled);
bios_set_state   1271 drivers/input/misc/wistron_btns.c 			bios_set_state(BLUETOOTH, bluetooth_enabled);
bios_set_state   1299 drivers/input/misc/wistron_btns.c 		bios_set_state(WIFI, 0);
bios_set_state   1302 drivers/input/misc/wistron_btns.c 		bios_set_state(BLUETOOTH, 0);
bios_set_state   1312 drivers/input/misc/wistron_btns.c 		bios_set_state(WIFI, wifi_enabled);
bios_set_state   1315 drivers/input/misc/wistron_btns.c 		bios_set_state(BLUETOOTH, bluetooth_enabled);