Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/include/
A Drtw_led.h91 struct LED_871x { struct
122 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
125 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress || \
126 ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
132 struct LED_871x SwLed0;
133 struct LED_871x SwLed1;
149 void ResetLedStatus(struct LED_871x * pLed);
154 void DeInitLed871x(struct LED_871x *pLed);
157 void BlinkHandler(struct LED_871x * pLed);
158 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed);
[all …]
A Drtw_cmd.h708 struct LED_871x *pLed;
/linux/drivers/staging/rtl8712/
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;
A Drtl8712_led.c191 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
272 struct LED_871x *pLed1 = &ledpriv->SwLed1; in SwLedBlink1()
582 struct LED_871x *pLed1 = &ledpriv->SwLed1; in SwLedBlink4()
830 struct LED_871x *pLed = container_of(work, struct LED_871x, in BlinkWorkItemCallback()
875 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode1()
1096 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode2()
1229 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode3()
1373 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode4()
1374 struct LED_871x *pLed1 = &ledpriv->SwLed1; in SwLedControlMode4()
1640 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode5()
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_led.c9 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback()
20 struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem); in BlinkWorkItemCallback()
24 void ResetLedStatus(struct LED_871x *pLed) in ResetLedStatus()
41 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed, enum LED_PIN_871x LedPin) in InitLed871x()
52 void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
59 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
190 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode1()
391 void BlinkHandler(struct LED_871x *pLed) in BlinkHandler()
/linux/drivers/staging/r8188eu/hal/
A Drtl8188eu_led.c14 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn()
36 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff()

Completed in 11 milliseconds