Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds