Searched defs:t7xx_fsm_ctl (Results 1 – 1 of 1) sorted by relevance
84 struct t7xx_fsm_ctl { struct85 struct t7xx_modem *md;86 enum md_state md_state;87 unsigned int curr_state;88 struct list_head command_queue;89 struct list_head event_queue;90 wait_queue_head_t command_wq;91 wait_queue_head_t event_wq;92 wait_queue_head_t async_hk_wq;93 spinlock_t event_lock; /* Protects event queue */[all …]