Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Datmel-wm97xx.c156 dev_dbg(&wm->touch_dev->dev, "AC97C overrun\n"); in atmel_wm97xx_channel_b_interrupt()
196 struct atmel_wm97xx *atmel_wm97xx = platform_get_drvdata(wm->touch_dev); in atmel_wm97xx_acc_pen_up()
218 struct atmel_wm97xx *atmel_wm97xx = platform_get_drvdata(wm->touch_dev); in atmel_wm97xx_acc_startup()
236 dev_info(&wm->touch_dev->dev, "atmel accelerated touchscreen driver, " in atmel_wm97xx_acc_startup()
285 dev_err(&wm->touch_dev->dev, "pen down irq not " in atmel_wm97xx_acc_startup()
299 platform_get_drvdata(wm->touch_dev); in atmel_wm97xx_acc_shutdown()
315 dev_err(&wm->touch_dev->dev, "unknown codec\n"); in atmel_wm97xx_acc_shutdown()
Dwm97xx-core.c692 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1); in wm97xx_probe()
693 if (!wm->touch_dev) { in wm97xx_probe()
697 platform_set_drvdata(wm->touch_dev, wm); in wm97xx_probe()
698 wm->touch_dev->dev.parent = dev; in wm97xx_probe()
699 wm->touch_dev->dev.platform_data = pdata; in wm97xx_probe()
700 ret = platform_device_add(wm->touch_dev); in wm97xx_probe()
707 platform_device_put(wm->touch_dev); in wm97xx_probe()
728 platform_device_unregister(wm->touch_dev); in wm97xx_remove()
/linux-4.1.27/include/linux/
Dwm97xx.h275 struct platform_device *touch_dev; member