Searched refs:gsl_monitor_work (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680.c | 200 struct delayed_work gsl_monitor_work; member 1277 container_of(work, struct gsl_ts, gsl_monitor_work.work); in gsl_monitor_worker() 1508 cancel_delayed_work_sync(&ts->gsl_monitor_work); 1568 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 300); 1590 cancel_delayed_work_sync(&ts->gsl_monitor_work); in gsl_ts_early_suspend() 1644 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 300); in gsl_ts_late_resume() 1660 cancel_delayed_work_sync(&ts->gsl_monitor_work); in gsl_ts_early_suspend() 1715 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 300); in gsl_ts_late_resume() 1798 INIT_DELAYED_WORK(&ts->gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1801 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 1000); in gsl_ts_probe() [all …]
|
| H A D | gslx680a.c | 173 static struct delayed_work gsl_monitor_work; variable 595 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_config_write_proc() 976 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 100); in gsl_monitor_worker() 1087 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_suspend() 1141 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 300); in gsl_ts_resume() 1248 INIT_DELAYED_WORK(&gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1250 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 1000); in gsl_ts_probe() 1279 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_remove()
|
| H A D | gslx6801.c | 163 struct delayed_work gsl_monitor_work; member 1198 container_of(work, struct gsl_ts, gsl_monitor_work.work); in gsl_monitor_worker() 1373 cancel_delayed_work_sync(&ts->gsl_monitor_work); in gsl_ts_early_suspend() 1428 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 300); in gsl_ts_late_resume() 1442 cancel_delayed_work_sync(&ts->gsl_monitor_work); in gsl_ts_early_suspend() 1496 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 300); in gsl_ts_late_resume() 1584 INIT_DELAYED_WORK(&ts->gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1587 queue_delayed_work(gsl_monitor_workqueue, &ts->gsl_monitor_work, 1000); in gsl_ts_probe() 1619 cancel_delayed_work_sync(&ts->gsl_monitor_work); in gsl_ts_remove()
|
| H A D | gsl3673.c | 120 static struct delayed_work gsl_monitor_work; variable 1060 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_suspend() 1118 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 300); in gsl_ts_resume() 1228 INIT_DELAYED_WORK(&gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1231 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 1000); in gsl_ts_probe() 1253 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_remove()
|
| H A D | gsl3673_800x1280.c | 123 static struct delayed_work gsl_monitor_work; variable 1077 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_suspend() 1128 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 300); in gsl_ts_resume() 1216 INIT_DELAYED_WORK(&gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1219 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 1000); in gsl_ts_probe() 1236 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_remove()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 54 static struct delayed_work gsl_monitor_work; variable 956 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 100); in gsl_monitor_worker() 1079 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_suspend() 1146 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 300); in gsl_ts_resume() 1311 INIT_DELAYED_WORK(&gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1313 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 1000); in gsl_ts_probe() 1346 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_remove()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 122 static struct delayed_work gsl_monitor_work; variable 1050 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_suspend() 1101 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 300); in gsl_ts_resume() 1190 INIT_DELAYED_WORK(&gsl_monitor_work, gsl_monitor_worker); in gsl_ts_probe() 1193 queue_delayed_work(gsl_monitor_workqueue, &gsl_monitor_work, 1000); in gsl_ts_probe() 1212 cancel_delayed_work_sync(&gsl_monitor_work); in gsl_ts_remove()
|