Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/touchscreen/
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()
466 struct input_dev *dev = w8001->touch_dev; in w8001_setup_touch()
580 if (w8001->touch_dev) in w8001_disconnect()
581 input_unregister_device(w8001->touch_dev); in w8001_disconnect()
611 w8001->touch_dev = input_dev_touch; in w8001_connect()
661 err = input_register_device(w8001->touch_dev); in w8001_connect()
667 w8001->touch_dev = NULL; in w8001_connect()
A Dwm97xx-core.c589 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1); in wm97xx_register_touch()
590 if (!wm->touch_dev) in wm97xx_register_touch()
593 platform_set_drvdata(wm->touch_dev, wm); in wm97xx_register_touch()
594 wm->touch_dev->dev.parent = wm->dev; in wm97xx_register_touch()
595 wm->touch_dev->dev.platform_data = pdata; in wm97xx_register_touch()
596 ret = platform_device_add(wm->touch_dev); in wm97xx_register_touch()
602 platform_device_put(wm->touch_dev); in wm97xx_register_touch()
609 platform_device_unregister(wm->touch_dev); in wm97xx_unregister_touch()
/linux-6.3-rc2/include/linux/
A Dwm97xx.h273 struct platform_device *touch_dev; member

Completed in 13 milliseconds