Home
last modified time | relevance | path

Searched refs:touch_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c86 struct input_dev *touch_dev; member
150 struct input_dev *dev = w8001->touch_dev; in parse_multi_touch()
265 struct input_dev *dev = w8001->touch_dev; in report_single_touch()
352 if (!w8001->touch_dev && w8001->idx > W8001_PKTLEN_TPCPEN - 1) in w8001_interrupt()
464 struct input_dev *dev = w8001->touch_dev; in w8001_setup_touch()
578 if (w8001->touch_dev) in w8001_disconnect()
579 input_unregister_device(w8001->touch_dev); in w8001_disconnect()
609 w8001->touch_dev = input_dev_touch; in w8001_connect()
656 err = input_register_device(w8001->touch_dev); in w8001_connect()
662 w8001->touch_dev = NULL; in w8001_connect()
/linux/include/linux/
H A Dwm97xx.h273 struct platform_device *touch_dev; member