Home
last modified time | relevance | path

Searched refs:LEDInfo (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/bcm/
Dled_control.c49 Adapter->LEDInfo.notify_led_event, in LED_Blink()
58 Adapter->LEDInfo.led_thread_running = in LED_Blink()
72 Adapter->LEDInfo.notify_led_event, in LED_Blink()
200 Adapter->LEDInfo.notify_led_event, in LED_Proportional_Blink()
209 Adapter->LEDInfo.led_thread_running = in LED_Proportional_Blink()
530 curr_led_state = &Adapter->LEDInfo.LEDState[uiIndex]; in ReadConfigFileStructure()
562 curr_led_state = &Adapter->LEDInfo.LEDState[uiIndex]; in ReadConfigFileStructure()
601 curr_led_state = &Adapter->LEDInfo.LEDState[uiIndex]; in LedGpioInit()
614 Adapter->LEDInfo.bIdle_led_off = false; in LedGpioInit()
631 led_state_info = &Adapter->LEDInfo.LEDState[uiIndex]; in BcmGetGPIOPinInfo()
[all …]
DMisc.c111 …if (Adapter->LEDInfo.led_thread_running & (BCM_LED_THREAD_RUNNING_ACTIVELY | BCM_LED_THREAD_RUNNIN… in AdapterFree()
112 kthread_stop(Adapter->LEDInfo.led_cntrl_threadid); in AdapterFree()
489 if (Adapter->LEDInfo.led_thread_running & BCM_LED_THREAD_RUNNING_ACTIVELY) { in LinkControlResponseMessage()
491 wake_up(&Adapter->LEDInfo.notify_led_event); in LinkControlResponseMessage()
505 if (Adapter->LEDInfo.led_thread_running & BCM_LED_THREAD_RUNNING_ACTIVELY) { in LinkControlResponseMessage()
507 wake_up(&Adapter->LEDInfo.notify_led_event); in LinkControlResponseMessage()
590 if (Adapter->LEDInfo.led_thread_running & BCM_LED_THREAD_RUNNING_ACTIVELY) { in SendIdleModeResponse()
596 wake_up(&Adapter->LEDInfo.notify_led_event); in SendIdleModeResponse()
599 …iRetVal = wait_event_timeout(Adapter->LEDInfo.idleModeSyncEvent, Adapter->LEDInfo.bIdle_led_off, m… in SendIdleModeResponse()
605 wake_up(&Adapter->LEDInfo.notify_led_event); in SendIdleModeResponse()
[all …]
DInterfaceDld.c151 if (Adapter->LEDInfo.led_thread_running & in bcm_download_config_file()
153 Adapter->LEDInfo.bLedInitDone = false; in bcm_download_config_file()
155 wake_up(&Adapter->LEDInfo.notify_led_event); in bcm_download_config_file()
158 if (Adapter->LEDInfo.led_thread_running & in bcm_download_config_file()
161 wake_up(&Adapter->LEDInfo.notify_led_event); in bcm_download_config_file()
Dled_control.h22 (ad->LEDInfo.LEDState[index].BitPolarity == 1) ? \
29 (ad->LEDInfo.LEDState[index].BitPolarity == 1) ? \
DBcmchar.c620 if (ad->LEDInfo.led_thread_running) { in bcm_char_ioctl_led_thread_state_change_req()
634 wake_up(&ad->LEDInfo.notify_led_event); in bcm_char_ioctl_led_thread_state_change_req()
1028 if (ad->LEDInfo.led_thread_running & in bcm_char_ioctl_buffer_download()
1031 ad->LEDInfo.bLedInitDone = false; in bcm_char_ioctl_buffer_download()
1032 wake_up(&ad->LEDInfo.notify_led_event); in bcm_char_ioctl_buffer_download()
1102 if (ad->LEDInfo.led_thread_running & in bcm_char_ioctl_buffer_download_stop()
1105 wake_up(&ad->LEDInfo.notify_led_event); in bcm_char_ioctl_buffer_download_stop()
DInterfaceInit.c34 if (ps_ad->LEDInfo.led_thread_running & in InterfaceAdapterFree()
37 wake_up(&ps_ad->LEDInfo.notify_led_event); in InterfaceAdapterFree()
DAdapter.h315 struct bcm_led_info LEDInfo; member