Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_led.c96 pLed->bLedBlinkInProgress = false; in InitLed871x()
113 pLed->bLedBlinkInProgress = false; in DeInitLed871x()
247 pLed->bLedBlinkInProgress = false; in SwLedBlink()
387 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
481 pLed->bLedBlinkInProgress = false; in SwLedBlink2()
551 pLed->bLedBlinkInProgress = false; in SwLedBlink3()
664 pLed->bLedBlinkInProgress = false; in SwLedBlink4()
761 pLed->bLedBlinkInProgress = false; in SwLedBlink5()
796 pLed->bLedBlinkInProgress = false; in SwLedBlink6()
904 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
[all …]
Drtl871x_led.h94 u8 bLedBlinkInProgress; /*true if blinking */ member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_led.c48 pLed->bLedBlinkInProgress = false; /* true if it is blinking, false o.w.. */ in ResetLedStatus()
190 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
255 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
257 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
278 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
280 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
306 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
308 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
323 if (!pLed->bLedBlinkInProgress) { in SwLedControlMode1()
334 pLed->bLedBlinkInProgress = true; in SwLedControlMode1()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_led.h57 u8 bLedBlinkInProgress; /* true if it is blinking, false o.w.. */ member