Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl8712_led.c97 pLed->bLedBlinkInProgress = false; in InitLed871x()
113 pLed->bLedBlinkInProgress = false; in DeInitLed871x()
250 pLed->bLedBlinkInProgress = false; in SwLedBlink()
392 pLed->bLedBlinkInProgress = false; in SwLedBlink1()
485 pLed->bLedBlinkInProgress = false; in SwLedBlink2()
555 pLed->bLedBlinkInProgress = false; in SwLedBlink3()
667 pLed->bLedBlinkInProgress = false; in SwLedBlink4()
763 pLed->bLedBlinkInProgress = false; in SwLedBlink5()
798 pLed->bLedBlinkInProgress = false; in SwLedBlink6()
905 if (pLed->bLedBlinkInProgress == true) { in SwLedControlMode1()
[all …]
Drtl871x_led.h66 u8 bLedBlinkInProgress; /*true if blinking */ member