Searched refs:hyn_monitor_workqueue (Results 1 – 1 of 1) sorted by relevance
105 static struct workqueue_struct *hyn_monitor_workqueue = NULL; variable1519 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()