Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_led.c97 pLed->bLedBlinkInProgress = false; in InitLed871x()
114 pLed->bLedBlinkInProgress = false; in DeInitLed871x()
248 pLed->bLedBlinkInProgress = false; in SwLedBlink()
388 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
482 pLed->bLedBlinkInProgress = false; in SwLedBlink2()
552 pLed->bLedBlinkInProgress = false; in SwLedBlink3()
665 pLed->bLedBlinkInProgress = false; in SwLedBlink4()
762 pLed->bLedBlinkInProgress = false; in SwLedBlink5()
797 pLed->bLedBlinkInProgress = false; in SwLedBlink6()
904 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
[all …]
Drtl871x_led.h91 u8 bLedBlinkInProgress; /*true if blinking */ member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_led.c55 pLed->bLedBlinkInProgress = false; /* true if it is blinking, false o.w.. */ in ResetLedStatus()
200 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
265 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
267 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
288 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
290 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
316 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
318 pLed->bLedBlinkInProgress = false; in SwLedControlMode1()
333 if (!pLed->bLedBlinkInProgress) { in SwLedControlMode1()
344 pLed->bLedBlinkInProgress = true; in SwLedControlMode1()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_led.h65 u8 bLedBlinkInProgress; /* true if it is blinking, false o.w.. */ member