ts_workq 335 drivers/input/touchscreen/wm97xx-core.c queue_delayed_work(wm->ts_workq, &wm->ts_reader, 1); ts_workq 364 drivers/input/touchscreen/wm97xx-core.c queue_work(wm->ts_workq, &wm->pen_event_work); ts_workq 484 drivers/input/touchscreen/wm97xx-core.c queue_delayed_work(wm->ts_workq, &wm->ts_reader, ts_workq 499 drivers/input/touchscreen/wm97xx-core.c wm->ts_workq = alloc_ordered_workqueue("kwm97xx", 0); ts_workq 500 drivers/input/touchscreen/wm97xx-core.c if (wm->ts_workq == NULL) { ts_workq 529 drivers/input/touchscreen/wm97xx-core.c queue_delayed_work(wm->ts_workq, &wm->ts_reader, ts_workq 572 drivers/input/touchscreen/wm97xx-core.c destroy_workqueue(wm->ts_workq); ts_workq 857 drivers/input/touchscreen/wm97xx-core.c queue_delayed_work(wm->ts_workq, &wm->ts_reader, ts_workq 283 include/linux/wm97xx.h struct workqueue_struct *ts_workq;