Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_led.c95 pLed->CurrLedState = LED_OFF; in InitLed871x()
217 switch (pLed->CurrLedState) { in SwLedBlink()
257 switch (pLed->CurrLedState) { in SwLedBlink()
312 switch (pLed->CurrLedState) { in SwLedBlink1()
336 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
345 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
370 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
379 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
417 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
443 switch (pLed->CurrLedState) { in SwLedBlink2()
[all …]
Drtl871x_led.h53 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
54 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
88 u32 CurrLedState; /* Current LED state. */ member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_led.c52 pLed->CurrLedState = RTW_LED_OFF; /* Current LED state. */ in ResetLedStatus()
120 switch (pLed->CurrLedState) { in SwLedBlink1()
144 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
151 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
154 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
161 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
180 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
187 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
190 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
197 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_led.h59 enum LED_STATE_871x CurrLedState; /* Current LED state. */ member
85 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \
86 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \