Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dwistron_btns.c1057 static struct led_classdev wistron_wifi_led = { variable
1067 wistron_wifi_led.brightness = (wifi & 2) ? LED_FULL : LED_OFF; in wistron_led_init()
1068 if (led_classdev_register(parent, &wistron_wifi_led)) in wistron_led_init()
1071 bios_set_state(WIFI, wistron_wifi_led.brightness); in wistron_led_init()
1093 led_classdev_unregister(&wistron_wifi_led); in wistron_led_remove()
1102 led_classdev_suspend(&wistron_wifi_led); in wistron_led_suspend()
1111 led_classdev_resume(&wistron_wifi_led); in wistron_led_resume()