Searched refs:_LED_871x (Results 1 – 2 of 2) sorted by relevance
52 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument53 (((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) \ argument58 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \59 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)
74 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument75 (((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)