Searched refs:_LED_871x (Results 1 – 2 of 2) sorted by relevance
40 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument41 (((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) \ argument46 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
121 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument122 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS || \123 ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \124 ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)126 #define IS_LED_BLINKING(_LED_871x) \ argument127 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress || \128 ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)