Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A 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()
430 switch (pLed->CurrLedState) { in SwLedBlink2()
496 switch (pLed->CurrLedState) { in SwLedBlink3()
567 pLed->CurrLedState = LED_STATE_ON; in SwLedBlink3()
596 switch (pLed->CurrLedState) { in SwLedBlink4()
718 switch (pLed->CurrLedState) { in SwLedBlink5()
774 switch (pLed->CurrLedState) { in SwLedBlink6()
[all …]
A 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
/linux/drivers/staging/r8188eu/core/
A Drtw_led.c77 switch (pLed->CurrLedState) { in SwLedBlink1()
99 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
107 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
130 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
169 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
210 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedControlMode1()
258 pLed->CurrLedState = LED_BLINK_SCAN; in SwLedControlMode1()
281 pLed->CurrLedState = LED_BLINK_TXRX; in SwLedControlMode1()
310 pLed->CurrLedState = LED_BLINK_WPS; in SwLedControlMode1()
354 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedControlMode1()
[all …]
/linux/drivers/staging/r8188eu/include/
A Drtw_led.h96 enum LED_STATE_871x CurrLedState; /* Current LED state. */ member
120 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \
121 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \

Completed in 12 milliseconds