Searched refs:touch_dev (Results 1 – 3 of 3) sorted by relevance
86 struct input_dev *touch_dev; member150 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()
617 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1); in wm97xx_register_touch()618 if (!wm->touch_dev) { in wm97xx_register_touch()622 platform_set_drvdata(wm->touch_dev, wm); in wm97xx_register_touch()623 wm->touch_dev->dev.parent = wm->dev; in wm97xx_register_touch()624 wm->touch_dev->dev.platform_data = pdata; in wm97xx_register_touch()625 ret = platform_device_add(wm->touch_dev); in wm97xx_register_touch()631 platform_device_put(wm->touch_dev); in wm97xx_register_touch()641 platform_device_unregister(wm->touch_dev); in wm97xx_unregister_touch()
276 struct platform_device *touch_dev; member