Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl8712_led.c95 pLed->CurrLedState = LED_OFF; in InitLed871x()
218 switch (pLed->CurrLedState) { in SwLedBlink()
259 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()
416 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
442 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