Searched refs:fsm_thread (Results 1 – 2 of 2) sorted by relevance
633 ctl->fsm_thread = kthread_run(fsm_main_thread, ctl, "t7xx_fsm"); in t7xx_fsm_init()634 return PTR_ERR_OR_ZERO(ctl->fsm_thread); in t7xx_fsm_init()644 if (ctl->fsm_thread) in t7xx_fsm_uninit()645 kthread_stop(ctl->fsm_thread); in t7xx_fsm_uninit()
95 struct task_struct *fsm_thread; member