Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/staging/r8188eu/core/
Drtw_led.c19 static void ResetLedStatus(struct led_priv *pLed) in ResetLedStatus()
33 static void SwLedOn(struct adapter *padapter, struct led_priv *pLed) in SwLedOn()
49 static void SwLedOff(struct adapter *padapter, struct led_priv *pLed) in SwLedOff()
76 struct led_priv *pLed = container_of(dwork, struct led_priv, blink_work); in blink_work() local
169 struct led_priv *pLed = &padapter->ledpriv; in rtw_led_control() local
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_cmd.h693 struct LED_871x *pLed; member