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)
119 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument120 (((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) \ argument125 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress || \126 ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
Completed in 3 milliseconds