Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_led.h28 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
29 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
30 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
33 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
34 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
60 struct LED_871x { struct
82 struct LED_871x SwLed0; argument
83 struct LED_871x SwLed1;
Drtl8712_led.c87 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x()
108 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
120 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn()
149 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff()
205 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
285 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
291 struct LED_871x *pLed1 = &(ledpriv->SwLed1); in SwLedBlink1()
435 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2()
500 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3()
593 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
[all …]