Searched refs:fsm_thread (Results 1 – 2 of 2) sorted by relevance
535 ctl->fsm_thread = kthread_run(fsm_main_thread, ctl, "t7xx_fsm"); in t7xx_fsm_init()536 return PTR_ERR_OR_ZERO(ctl->fsm_thread); in t7xx_fsm_init()546 if (ctl->fsm_thread) in t7xx_fsm_uninit()547 kthread_stop(ctl->fsm_thread); in t7xx_fsm_uninit()
93 struct task_struct *fsm_thread; member