Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_led.c84 pLed->bLedBlinkInProgress = false; in InitLed871x()
101 pLed->bLedBlinkInProgress = false; in DeInitLed871x()
235 pLed->bLedBlinkInProgress = false; in SwLedBlink()
375 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
469 pLed->bLedBlinkInProgress = false; in SwLedBlink2()
539 pLed->bLedBlinkInProgress = false; in SwLedBlink3()
652 pLed->bLedBlinkInProgress = false; in SwLedBlink4()
749 pLed->bLedBlinkInProgress = false; in SwLedBlink5()
784 pLed->bLedBlinkInProgress = false; in SwLedBlink6()
892 if (pLed->bLedBlinkInProgress) { in SwLedControlMode1()
[all …]
Drtl871x_led.h82 u8 bLedBlinkInProgress; /*true if blinking */ member
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_led.c24 pLed->bLedBlinkInProgress = false; /* true if it is blinking, false o.w.. */ in ResetLedStatus()
104 pLed->bLedBlinkInProgress = false; in blink_work()
172 pLed->bLedBlinkInProgress = false; in rtw_led_control()
186 pLed->bLedBlinkInProgress = false; in rtw_led_control()
205 pLed->bLedBlinkInProgress = false; in rtw_led_control()
214 if (pLed->bLedBlinkInProgress) in rtw_led_control()
223 pLed->bLedBlinkInProgress = true; in rtw_led_control()
236 pLed->bLedBlinkInProgress = false; in rtw_led_control()
246 pLed->bLedBlinkInProgress = false; in rtw_led_control()
266 pLed->bLedBlinkInProgress = false; in rtw_led_control()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_led.h44 bool bLedBlinkInProgress; /* true if it is blinking, false o.w.. */ member