Searched refs:LED_871x (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/r8188eu/include/ |
A D | rtw_led.h | 91 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 D | rtw_cmd.h | 708 struct LED_871x *pLed;
|
/linux/drivers/staging/rtl8712/ |
A D | rtl871x_led.h | 41 (((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 D | rtl8712_led.c | 191 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 D | rtw_led.c | 9 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 D | rtl8188eu_led.c | 14 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