Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_led.c354 pLed->bLedScanBlinkInProgress = false; in SwLedBlink1()
458 pLed->bLedScanBlinkInProgress = false; in SwLedBlink2()
526 pLed->bLedScanBlinkInProgress = false; in SwLedBlink3()
641 pLed->bLedScanBlinkInProgress = false; in SwLedBlink4()
741 pLed->bLedScanBlinkInProgress = false; in SwLedBlink5()
945 else if (pLed->bLedScanBlinkInProgress == false) { in SwLedControlMode1()
960 pLed->bLedScanBlinkInProgress = true; in SwLedControlMode1()
1012 if (pLed->bLedScanBlinkInProgress == true) { in SwLedControlMode1()
1014 pLed->bLedScanBlinkInProgress = false; in SwLedControlMode1()
1039 if (pLed->bLedScanBlinkInProgress == true) { in SwLedControlMode1()
[all …]
Drtl871x_led.h59 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
95 u8 bLedScanBlinkInProgress; member
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_led.c64 pLed->bLedScanBlinkInProgress = false; in ResetLedStatus()
163 pLed->bLedScanBlinkInProgress = false; in SwLedBlink1()
305 } else if (!pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
320 pLed->bLedScanBlinkInProgress = true; in SwLedControlMode1()
370 if (pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
372 pLed->bLedScanBlinkInProgress = false; in SwLedControlMode1()
397 if (pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
399 pLed->bLedScanBlinkInProgress = false; in SwLedControlMode1()
449 if (pLed->bLedScanBlinkInProgress) { in SwLedControlMode1()
451 pLed->bLedScanBlinkInProgress = false; in SwLedControlMode1()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_led.h79 u8 bLedScanBlinkInProgress; member