Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.c544 ctl->fsm_thread = kthread_run(fsm_main_thread, ctl, "t7xx_fsm"); in t7xx_fsm_init()
545 return PTR_ERR_OR_ZERO(ctl->fsm_thread); in t7xx_fsm_init()
555 if (ctl->fsm_thread) in t7xx_fsm_uninit()
556 kthread_stop(ctl->fsm_thread); in t7xx_fsm_uninit()
Dt7xx_state_monitor.h95 struct task_struct *fsm_thread; member