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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwistron_btns.c1045 static struct led_classdev wistron_mail_led = { variable in typeref:struct:led_classdev
1072 wistron_mail_led.brightness = LED_OFF;
1073 if (led_classdev_register(parent, &wistron_mail_led))
1076 bios_set_state(MAIL_LED, wistron_mail_led.brightness);
1083 led_classdev_unregister(&wistron_mail_led);
1092 led_classdev_suspend(&wistron_mail_led);
1101 led_classdev_resume(&wistron_mail_led);

Completed in 107 milliseconds