Home
last modified time | relevance | path

Searched refs:LED_871x (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_led.h91 struct LED_871x { struct
122 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \ argument
123 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \
124 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
127 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress || \
128 ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
151 struct LED_871x SwLed0;
152 struct LED_871x SwLed1;
169 void ResetLedStatus(struct LED_871x * pLed);
171 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed,
[all …]
Drtl8188e_led.h15 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed);
16 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed);
Drtw_cmd.h710 struct LED_871x *pLed;
794 u8 rtw_led_blink_cmd(struct adapter*padapter, struct LED_871x * pLed);
/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_led.h41 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
42 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
43 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
46 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
76 struct LED_871x { struct
99 struct LED_871x SwLed0; argument
100 struct LED_871x SwLed1;
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()
272 struct LED_871x *pLed1 = &ledpriv->SwLed1; 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()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_led.c14 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback()
30 struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem); in BlinkWorkItemCallback()
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/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()