Linux Kernel
3.7.1
|
#include <led_control.h>
Definition at line 83 of file led_control.h.
BOOLEAN bIdle_led_off |
Definition at line 86 of file led_control.h.
BOOLEAN bIdleMode_tx_from_host |
Definition at line 85 of file led_control.h.
BOOLEAN bLedInitDone |
Definition at line 91 of file led_control.h.
wait_queue_head_t idleModeSyncEvent |
Definition at line 88 of file led_control.h.
struct task_struct* led_cntrl_threadid |
Definition at line 89 of file led_control.h.
int led_thread_running |
Definition at line 90 of file led_control.h.
LEDStateInfo LEDState[NUM_OF_LEDS] |
Definition at line 84 of file led_control.h.
wait_queue_head_t notify_led_event |
Definition at line 87 of file led_control.h.