Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dwistron_btns.c238 static int leds_present; /* bitmask of leds present */ variable
251 leds_present = key->code & (FE_MAIL_LED | FE_WIFI_LED); in dmi_matched()
1076 if (leds_present & FE_WIFI_LED) { in wistron_led_init()
1081 leds_present &= ~FE_WIFI_LED; in wistron_led_init()
1086 leds_present &= ~FE_WIFI_LED; in wistron_led_init()
1089 if (leds_present & FE_MAIL_LED) { in wistron_led_init()
1093 leds_present &= ~FE_MAIL_LED; in wistron_led_init()
1101 if (leds_present & FE_MAIL_LED) in wistron_led_remove()
1104 if (leds_present & FE_WIFI_LED) in wistron_led_remove()
1110 if (leds_present & FE_MAIL_LED) in wistron_led_suspend()
[all …]