Searched refs:hyn_monitor_work (Results 1 – 1 of 1) sorted by relevance
159 struct delayed_work hyn_monitor_work; member1436 struct hyn_ts *ts = container_of(work, struct hyn_ts,hyn_monitor_work.work); in hyn_monitor_worker()1519 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 100); in hyn_monitor_worker()1632 cancel_delayed_work_sync(&ts->hyn_monitor_work); in hyn_ts_suspend()1687 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 300); in hyn_ts_resume()1860 INIT_DELAYED_WORK(&ts->hyn_monitor_work, hyn_monitor_worker); in hyn_ts_probe()1862 queue_delayed_work(hyn_monitor_workqueue, &ts->hyn_monitor_work, 1000); in hyn_ts_probe()1904 cancel_delayed_work_sync(&ts->hyn_monitor_work); in hyn_ts_remove()