Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8712/
Drtl8712_led.c340 pLed->bLedScanBlinkInProgress = false; in SwLedBlink1()
445 pLed->bLedScanBlinkInProgress = false; in SwLedBlink2()
513 pLed->bLedScanBlinkInProgress = false; in SwLedBlink3()
629 pLed->bLedScanBlinkInProgress = false; in SwLedBlink4()
729 pLed->bLedScanBlinkInProgress = false; in SwLedBlink5()
933 else if (!pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
948 pLed->bLedScanBlinkInProgress = true; in SwLedControlMode1()
1000 if (pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
1002 pLed->bLedScanBlinkInProgress = false; in SwLedControlMode1()
1027 if (pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
[all …]
Drtl871x_led.h47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
86 u8 bLedScanBlinkInProgress; member