Searched refs:ts_workq (Results 1 – 2 of 2) sorted by relevance
336 queue_delayed_work(wm->ts_workq, &wm->ts_reader, 1); in wm97xx_pen_interrupt()461 queue_delayed_work(wm->ts_workq, &wm->ts_reader, in wm97xx_ts_reader()476 wm->ts_workq = alloc_ordered_workqueue("kwm97xx", 0); in wm97xx_ts_input_open()477 if (wm->ts_workq == NULL) { in wm97xx_ts_input_open()505 queue_delayed_work(wm->ts_workq, &wm->ts_reader, in wm97xx_ts_input_open()544 destroy_workqueue(wm->ts_workq); in wm97xx_ts_input_close()828 queue_delayed_work(wm->ts_workq, &wm->ts_reader, in wm97xx_resume()
280 struct workqueue_struct *ts_workq; member