Searched refs:fsm_thread (Results 1 – 2 of 2) sorted by relevance
544 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()
95 struct task_struct *fsm_thread; member