Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_led.h52 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument
53 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
54 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
55 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
57 #define IS_LED_BLINKING(_LED_871x) \ argument
58 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
59 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_led.h74 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument
75 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \
76 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \
77 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)