Searched refs:auto_update (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | con3270.c | 35 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()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7470.c | 167 struct task_struct *auto_update; member 1250 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe() 1252 if (IS_ERR(data->auto_update)) { in adt7470_probe() 1253 return PTR_ERR(data->auto_update); in adt7470_probe() 1263 kthread_stop(data->auto_update); in adt7470_remove()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7470.c | 171 struct task_struct *auto_update; member 1291 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe() 1293 if (IS_ERR(data->auto_update)) in adt7470_probe() 1294 return PTR_ERR(data->auto_update); in adt7470_probe() 1303 kthread_stop(data->auto_update); in adt7470_remove()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 37 static bool auto_update; variable 39 module_param(auto_update, bool, 0); 2324 if (auto_update) { in omapfb_init_display()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 37 static bool auto_update; variable 39 module_param(auto_update, bool, 0); 2322 if (auto_update) { in omapfb_init_display()
|
Completed in 11 milliseconds