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

/linux-master/drivers/input/misc/
H A Dwistron_btns.c1052 static struct led_classdev wistron_mail_led = { variable in typeref:struct:led_classdev
1079 wistron_mail_led.brightness = LED_OFF;
1080 if (led_classdev_register(parent, &wistron_mail_led))
1083 bios_set_state(MAIL_LED, wistron_mail_led.brightness);
1090 led_classdev_unregister(&wistron_mail_led);
1099 led_classdev_suspend(&wistron_mail_led);
1108 led_classdev_resume(&wistron_mail_led);

Completed in 117 milliseconds