Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c105 static struct workqueue_struct *hyn_monitor_workqueue = NULL; variable
1519 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 100); in hyn_monitor_worker()
1687 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 300); in hyn_ts_resume()
1861 hyn_monitor_workqueue = create_singlethread_workqueue("hyn_monitor_workqueue"); in hyn_ts_probe()
1862 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 1000); in hyn_ts_probe()
1905 destroy_workqueue(hyn_monitor_workqueue); in hyn_ts_remove()