Home
last modified time | relevance | path

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

/linux/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)
/linux/drivers/staging/r8188eu/include/
A Drtw_led.h119 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument
120 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \
121 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \
122 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
124 #define IS_LED_BLINKING(_LED_871x) \ argument
125 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress || \
126 ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)

Completed in 3 milliseconds