Home
last modified time | relevance | path

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

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