Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A Dsgp30.c100 struct task_struct *iaq_thread; member
549 data->iaq_thread = kthread_run(sgp_iaq_threadfn, data, in sgp_probe()
551 if (IS_ERR(data->iaq_thread)) in sgp_probe()
552 return dev_err_probe(dev, PTR_ERR(data->iaq_thread), in sgp_probe()
563 if (data->iaq_thread) in sgp_remove()
564 kthread_stop(data->iaq_thread); in sgp_remove()