Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_led.c14 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback() local
30 struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem); in BlinkWorkItemCallback() local
38 void ResetLedStatus(struct LED_871x *pLed) in ResetLedStatus()
57 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed, enum LED_PIN_871x LedPin) in InitLed871x()
72 void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
85 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
157 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
286 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2()
362 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3()
471 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
[all …]
Drtw_cmd.c1355 u8 rtw_led_blink_cmd(struct adapter *padapter, struct LED_871x *pLed) in rtw_led_blink_cmd()
/Linux-v5.15/drivers/staging/rtl8712/
Drtl8712_led.c77 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x()
95 static void DeInitLed871x(struct LED_871x *pLed) in DeInitLed871x()
108 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn()
136 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff()
191 static void SwLedBlink(struct LED_871x *pLed) in SwLedBlink()
266 static void SwLedBlink1(struct LED_871x *pLed) in SwLedBlink1()
419 static void SwLedBlink2(struct LED_871x *pLed) in SwLedBlink2()
484 static void SwLedBlink3(struct LED_871x *pLed) in SwLedBlink3()
578 static void SwLedBlink4(struct LED_871x *pLed) in SwLedBlink4()
708 static void SwLedBlink5(struct LED_871x *pLed) in SwLedBlink5()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188eu_led.c14 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn()
36 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_cmd.h710 struct LED_871x *pLed; member