Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_led.c87 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x()
109 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
121 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn()
149 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff()
204 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
279 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
432 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2()
497 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3()
591 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
721 static void SwLedBlink5(struct LED_871x *pLed) in SwLedBlink5()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_led.c27 struct LED_871x *pLed = (struct LED_871x *)data; in BlinkTimerCallback() local
42 struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem); in BlinkWorkItemCallback() local
50 void ResetLedStatus(struct LED_871x *pLed) in ResetLedStatus()
69 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed) in InitLed871x()
86 void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
99 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
251 struct LED_871x *pLed = &(ledpriv->SwLed0); in SwLedControlMode1() local
466 void BlinkHandler(struct LED_871x *pLed) in BlinkHandler()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_led.c32 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn()
45 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_cmd.h639 struct led_8723a *pLed; member