Searched refs:pLed2 (Results 1 – 4 of 4) sorted by relevance
3098 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local3103 if (pLed2->bLedBlinkInProgress == _FALSE) { in SwLedControlMode9()3104 pLed2->bLedBlinkInProgress = _TRUE; in SwLedControlMode9()3105 pLed2->BlinkingLedState = RTW_LED_ON; in SwLedControlMode9()3106 pLed2->CurrLedState = LED_BLINK_LINK_IN_PROCESS; in SwLedControlMode9()3108 _set_timer(&(pLed2->BlinkTimer), 0); in SwLedControlMode9()3140 if (pLed2->bLedBlinkInProgress == _TRUE) { in SwLedControlMode9()3141 _cancel_timer_ex(&(pLed2->BlinkTimer)); in SwLedControlMode9()3142 pLed2->bLedBlinkInProgress = _FALSE; in SwLedControlMode9()3144 pLed2->CurrLedState = RTW_LED_ON; in SwLedControlMode9()[all …]
3097 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local3102 if (pLed2->bLedBlinkInProgress == _FALSE) { in SwLedControlMode9()3103 pLed2->bLedBlinkInProgress = _TRUE; in SwLedControlMode9()3104 pLed2->BlinkingLedState = RTW_LED_ON; in SwLedControlMode9()3105 pLed2->CurrLedState = LED_BLINK_LINK_IN_PROCESS; in SwLedControlMode9()3107 _set_timer(&(pLed2->BlinkTimer), 0); in SwLedControlMode9()3139 if (pLed2->bLedBlinkInProgress == _TRUE) { in SwLedControlMode9()3140 _cancel_timer_ex(&(pLed2->BlinkTimer)); in SwLedControlMode9()3141 pLed2->bLedBlinkInProgress = _FALSE; in SwLedControlMode9()3143 pLed2->CurrLedState = RTW_LED_ON; in SwLedControlMode9()[all …]
3837 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local3843 if(pLed2->bLedBlinkInProgress == _FALSE) in SwLedControlMode9()3845 pLed2->bLedBlinkInProgress = _TRUE; in SwLedControlMode9()3846 pLed2->BlinkingLedState = RTW_LED_ON; in SwLedControlMode9()3847 pLed2->CurrLedState = LED_BLINK_LINK_IN_PROCESS; in SwLedControlMode9()3849 _set_timer(&(pLed2->BlinkTimer), 0); in SwLedControlMode9()3889 if(pLed2->bLedBlinkInProgress ==_TRUE) in SwLedControlMode9()3891 _cancel_timer_ex(&(pLed2->BlinkTimer)); in SwLedControlMode9()3892 pLed2->bLedBlinkInProgress = _FALSE; in SwLedControlMode9()3894 pLed2->CurrLedState = RTW_LED_ON; in SwLedControlMode9()[all …]