Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/chemical/
H A Dsgp30.c101 struct task_struct *iaq_thread; member
549 data->iaq_thread = kthread_run(sgp_iaq_threadfn, data, in sgp_probe()
560 if (data->iaq_thread) in sgp_remove()
561 kthread_stop(data->iaq_thread); in sgp_remove()