Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl8712_led.c82 pLed->CurrLedState = LED_STATE_OFF; in InitLed871x()
204 switch (pLed->CurrLedState) { in SwLedBlink()
244 switch (pLed->CurrLedState) { in SwLedBlink()
299 switch (pLed->CurrLedState) { in SwLedBlink1()
323 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
332 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
357 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
366 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
404 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
430 switch (pLed->CurrLedState) { in SwLedBlink2()
[all …]
Drtl871x_led.h41 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
42 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
79 u32 CurrLedState; /* Current LED state. */ member
/drivers/staging/rtl8188eu/core/
Drtw_led.c45 pLed->CurrLedState = RTW_LED_OFF; /* Current LED state. */ in ResetLedStatus()
111 switch (pLed->CurrLedState) { in SwLedBlink1()
133 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
140 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
143 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
150 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
167 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
174 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
177 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
184 RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState)); in SwLedBlink1()
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_led.h50 enum LED_STATE_871x CurrLedState; /* Current LED state. */ member
75 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \
76 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \