Searched defs:t7xx_fsm_ctl (Results 1 – 1 of 1) sorted by relevance
82 struct t7xx_fsm_ctl { struct83 struct t7xx_modem *md;84 enum md_state md_state;85 unsigned int curr_state;86 struct list_head command_queue;87 struct list_head event_queue;88 wait_queue_head_t command_wq;89 wait_queue_head_t event_wq;90 wait_queue_head_t async_hk_wq;93 struct task_struct *fsm_thread;[all …]
Completed in 3 milliseconds