Searched refs:wistron_wifi_led (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dwistron_btns.c1069 static struct led_classdev wistron_wifi_led = { variable in typeref:struct:led_classdev
1079 wistron_wifi_led.brightness = (wifi & 2) ? LED_FULL : LED_OFF; wistron_led_init()
1080 if (led_classdev_register(parent, &wistron_wifi_led)) wistron_led_init()
1083 bios_set_state(WIFI, wistron_wifi_led.brightness); wistron_led_init()
1105 led_classdev_unregister(&wistron_wifi_led); wistron_led_remove()
1114 led_classdev_suspend(&wistron_wifi_led); wistron_led_suspend()
1123 led_classdev_resume(&wistron_wifi_led); wistron_led_resume()

Completed in 52 milliseconds