Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadt7470.c171 struct task_struct *auto_update; member
1283 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe()
1285 if (IS_ERR(data->auto_update)) in adt7470_probe()
1286 return PTR_ERR(data->auto_update); in adt7470_probe()
1295 kthread_stop(data->auto_update); in adt7470_remove()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c37 static bool auto_update; variable
39 module_param(auto_update, bool, 0);
2323 if (auto_update) { in omapfb_init_display()