Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/char/
Dcon3270.c35 static bool auto_update = true; variable
36 module_param(auto_update, bool, 0);
218 if (!auto_update && !raw3270_view_active(&cp->view)) in con3270_update()
/Linux-v5.4/drivers/hwmon/
Dadt7470.c166 struct task_struct *auto_update; member
1251 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe()
1253 if (IS_ERR(data->auto_update)) { in adt7470_probe()
1254 return PTR_ERR(data->auto_update); in adt7470_probe()
1264 kthread_stop(data->auto_update); in adt7470_remove()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c37 static bool auto_update; variable
39 module_param(auto_update, bool, 0);
2328 if (auto_update) { in omapfb_init_display()