Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_led.h41 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
42 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
43 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
46 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
76 struct LED_871x { struct
99 struct LED_871x SwLed0; argument
100 struct LED_871x SwLed1;
H A Drtl8712_led.c77 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x()
95 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
108 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn()
136 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff()
191 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
266 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
272 struct LED_871x *pLed1 = &ledpriv->SwLed1; in SwLedBlink1()
419 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2()
484 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3()
578 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
[all …]