Home
last modified time | relevance | path

Searched refs:IS_LED_WPS_BLINKING (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_led.c14 #define IS_LED_WPS_BLINKING(l) \ macro
187 if (pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) in rtw_led_control()
202 if (pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) in rtw_led_control()
220 if (IS_LED_WPS_BLINKING(pLed)) in rtw_led_control()
238 if (pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) in rtw_led_control()
/Linux-v6.1/drivers/staging/rtl8712/
Drtl8712_led.c886 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode1()
909 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode1()
934 if (IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode1()
963 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode1()
1103 if (IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode2()
1127 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode2()
1236 if (IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode3()
1258 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode3()
1272 if (IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode3()
1389 IS_LED_WPS_BLINKING(pLed)) in SwLedControlMode4()
[all …]
Drtl871x_led.h40 #define IS_LED_WPS_BLINKING(_LED_871x) \ macro