Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/chemical/
Dsgp30.c101 struct task_struct *iaq_thread; member
551 data->iaq_thread = kthread_run(sgp_iaq_threadfn, data, in sgp_probe()
562 if (data->iaq_thread) in sgp_remove()
563 kthread_stop(data->iaq_thread); in sgp_remove()