Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c84 struct input_dev *touch_dev; member
148 struct input_dev *dev = w8001->touch_dev; in parse_multi_touch()
263 struct input_dev *dev = w8001->touch_dev; in report_single_touch()
350 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()
659 err = input_register_device(w8001->touch_dev); in w8001_connect()
665 w8001->touch_dev = NULL; in w8001_connect()
Dwm97xx-core.c622 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1); in wm97xx_register_touch()
623 if (!wm->touch_dev) { in wm97xx_register_touch()
627 platform_set_drvdata(wm->touch_dev, wm); in wm97xx_register_touch()
628 wm->touch_dev->dev.parent = wm->dev; in wm97xx_register_touch()
629 wm->touch_dev->dev.platform_data = pdata; in wm97xx_register_touch()
630 ret = platform_device_add(wm->touch_dev); in wm97xx_register_touch()
636 platform_device_put(wm->touch_dev); in wm97xx_register_touch()
646 platform_device_unregister(wm->touch_dev); in wm97xx_unregister_touch()
/Linux-v4.19/include/linux/
Dwm97xx.h276 struct platform_device *touch_dev; member