Lines Matching defs:touch_dev
86 struct input_dev *touch_dev;
150 struct input_dev *dev = w8001->touch_dev;
265 struct input_dev *dev = w8001->touch_dev;
352 if (!w8001->touch_dev && w8001->idx > W8001_PKTLEN_TPCPEN - 1)
466 struct input_dev *dev = w8001->touch_dev;
580 if (w8001->touch_dev)
581 input_unregister_device(w8001->touch_dev);
611 w8001->touch_dev = input_dev_touch;
661 err = input_register_device(w8001->touch_dev);
667 w8001->touch_dev = NULL;