Home
last modified time | relevance | path

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

/linux-6.6.21/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