Home
last modified time | relevance | path

Searched defs:pLed (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_led.c89 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()
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()
720 static void SwLedBlink5(struct LED_871x *pLed) in SwLedBlink5()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_led.c18 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback() local
33 struct LED_871x *pLed = container_of(work, struct LED_871x, in BlinkWorkItemCallback() local
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() local
456 void BlinkHandler(struct LED_871x *pLed) in BlinkHandler()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188eu_led.c18 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn()
31 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h782 void *pLed; member