Home
last modified time | relevance | path

Searched refs:polling_thread (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dgsc-me.c91 hw->polling_thread = kthread_run(mei_me_polling_thread, dev, in mei_gsc_probe()
93 if (IS_ERR(hw->polling_thread)) { in mei_gsc_probe()
94 ret = PTR_ERR(hw->polling_thread); in mei_gsc_probe()
156 kthread_stop(hw->polling_thread); in mei_gsc_remove()
H A Dhw-me.h67 struct task_struct *polling_thread; member
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx.h93 struct task_struct *polling_thread; /* the polling thread */ member
H A Drtsx.c571 if (dev->polling_thread) in rtsx_release_resources()
923 dev->polling_thread = th; in rtsx_probe()