Home
last modified time | relevance | path

Searched refs:command_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h90 wait_queue_head_t command_wq; member
H A Dt7xx_state_monitor.c358 if (wait_event_interruptible(ctl->command_wq, !list_empty(&ctl->command_queue) || in fsm_main_thread()
420 wake_up(&ctl->command_wq); in t7xx_fsm_append_cmd()
538 init_waitqueue_head(&ctl->command_wq); in t7xx_fsm_init()