Home
last modified time | relevance | path

Searched defs:t7xx_fsm_ctl (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_state_monitor.h82 struct t7xx_fsm_ctl { struct
83 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