Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_led.c26 struct led_8723a *pLed = (struct led_8723a *)data; in BlinkTimerCallback() local
46 struct led_8723a *pLed = container_of(work, struct led_8723a, BlinkWorkItem); in BlinkWorkItemCallback23a() local
54 void ResetLedStatus23a(struct led_8723a * pLed) { in ResetLedStatus23a()
76 InitLed871x23a(struct rtw_adapter *padapter, struct led_8723a *pLed, enum led_pin_8723a LedPin) in InitLed871x23a()
93 DeInitLed871x23a(struct led_8723a *pLed) in DeInitLed871x23a()
104 static void SwLedBlink(struct led_8723a *pLed) in SwLedBlink()
185 static void SwLedBlink1(struct led_8723a *pLed) in SwLedBlink1()
325 static void SwLedBlink2(struct led_8723a *pLed) in SwLedBlink2()
418 static void SwLedBlink3(struct led_8723a *pLed) in SwLedBlink3()
578 static void SwLedBlink4(struct led_8723a *pLed) in SwLedBlink4()
[all …]
/drivers/staging/rtl8712/
Drtl8712_led.c87 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x()
108 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
120 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()
205 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
281 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()
589 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
718 static void SwLedBlink5(struct LED_871x *pLed) in SwLedBlink5()
[all …]
/drivers/staging/rtl8188eu/core/
Drtw_led.c31 struct LED_871x *pLed = (struct LED_871x *)data; in BlinkTimerCallback() local
46 struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem); in BlinkWorkItemCallback() local
54 void ResetLedStatus(struct LED_871x *pLed) in ResetLedStatus()
73 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed) in InitLed871x()
89 void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
102 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
243 struct LED_871x *pLed = &(ledpriv->SwLed0); in SwLedControlMode1() local
450 void BlinkHandler(struct LED_871x *pLed) in BlinkHandler()
/drivers/staging/rtl8723au/hal/
Drtl8723au_led.c35 void SwLedOn23a(struct rtw_adapter *padapter, struct led_8723a *pLed) in SwLedOn23a()
66 void SwLedOff23a(struct rtw_adapter *padapter, struct led_8723a *pLed) in SwLedOff23a()
/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()
/drivers/staging/rtl8723au/include/
Drtw_cmd.h642 struct led_8723a *pLed; member