Searched refs:wistron_wifi_led (Results 1 – 1 of 1) sorted by relevance
1057 static struct led_classdev wistron_wifi_led = { variable1067 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()