Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_state_monitor.c535 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()
A Dt7xx_state_monitor.h93 struct task_struct *fsm_thread; member

Completed in 9 milliseconds