Searched refs:LED_871x (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_led.h | 47 struct LED_871x { struct 75 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \ argument 76 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \ 77 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress) 83 struct LED_871x SwLed0; 89 void ResetLedStatus(struct LED_871x *pLed); 91 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed); 93 void DeInitLed871x(struct LED_871x *pLed); 96 void BlinkHandler(struct LED_871x *pLed); 97 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed); [all …]
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_led.h | 53 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \ 54 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \ 55 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress) 58 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \ 59 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress) 88 struct LED_871x { struct 111 struct LED_871x SwLed0; argument 112 struct LED_871x SwLed1;
|
D | rtl8712_led.c | 89 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x() 107 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x() 120 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn() 148 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff() 203 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink() 278 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1() 284 struct LED_871x *pLed1 = &ledpriv->SwLed1; in SwLedBlink1() 431 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2() 496 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3() 590 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_led.c | 18 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback() 33 struct LED_871x *pLed = container_of(work, struct LED_871x, in BlinkWorkItemCallback() 43 void ResetLedStatus(struct LED_871x *pLed) in ResetLedStatus() 61 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed) in InitLed871x() 76 void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x() 89 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1() 241 struct LED_871x *pLed = &ledpriv->SwLed0; in SwLedControlMode1() 456 void BlinkHandler(struct LED_871x *pLed) in BlinkHandler()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_led.c | 18 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn() 31 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff()
|