Searched defs:pLed (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/drivers/staging/rtl8712/ |
D | rtl8712_led.c | 77 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-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_led.c | 18 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() 232 struct LED_871x *pLed = &ledpriv->sw_led; in SwLedControlMode1() local 447 void blink_handler(struct LED_871x *pLed) in blink_handler()
|
/linux-5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_led.c | 13 void sw_led_on(struct adapter *padapter, struct LED_871x *pLed) in sw_led_on() 24 void sw_led_off(struct adapter *padapter, struct LED_871x *pLed) in sw_led_off()
|
/linux-5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 773 void *pLed; member
|