Searched refs:touch_dev (Results 1 – 3 of 3) sorted by relevance
156 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()
692 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()
275 struct platform_device *touch_dev; member