Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl871x_led.h40 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument
41 (((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)
45 #define IS_LED_BLINKING(_LED_871x) \ argument
46 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)

Completed in 3 milliseconds