Searched refs:auto_update (Results 1 – 1 of 1) sorted by relevance
192 struct task_struct *auto_update; member1533 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe()1535 if (IS_ERR(data->auto_update)) in adt7470_probe()1536 return PTR_ERR(data->auto_update); in adt7470_probe()1545 kthread_stop(data->auto_update); in adt7470_remove()