Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl8712_led.c95 pLed->CurrLedState = LED_OFF; in InitLed871x()
218 switch (pLed->CurrLedState) { in SwLedBlink()
259 switch (pLed->CurrLedState) { in SwLedBlink()
316 switch (pLed->CurrLedState) { in SwLedBlink1()
340 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
349 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
374 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
383 pLed->CurrLedState = LED_BLINK_SLOWLY; in SwLedBlink1()
420 pLed->CurrLedState = LED_BLINK_NORMAL; in SwLedBlink1()
446 switch (pLed->CurrLedState) { in SwLedBlink2()
[all …]
Drtl871x_led.h28 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
29 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
63 u32 CurrLedState; /* Current LED state. */ member