Home
last modified time | relevance | path

Searched refs:pLed2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/led/
H A Dhal_usb_led.c3098 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local
3103 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/led/
H A Dhal_usb_led.c3097 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local
3102 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/led/
H A Dhal_usb_led.c3098 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local
3103 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/led/
H A Dhal_usb_led.c3837 PLED_USB pLed2 = &(ledpriv->SwLed2); in SwLedControlMode9() local
3843 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 …]