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

/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c86 struct input_dev *touch_dev; member in struct:w8001
150 struct input_dev *dev = w8001->touch_dev;
265 struct input_dev *dev = w8001->touch_dev;
352 if (!w8001->touch_dev && w8001->idx > W8001_PKTLEN_TPCPEN - 1)
466 struct input_dev *dev = w8001->touch_dev;
580 if (w8001->touch_dev)
581 input_unregister_device(w8001->touch_dev);
611 w8001->touch_dev = input_dev_touch;
661 err = input_register_device(w8001->touch_dev);
667 w8001->touch_dev
[all...]
H A Dwm97xx-core.c589 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1);
590 if (!wm->touch_dev)
593 platform_set_drvdata(wm->touch_dev, wm);
594 wm->touch_dev->dev.parent = wm->dev;
595 wm->touch_dev->dev.platform_data = pdata;
596 ret = platform_device_add(wm->touch_dev);
602 platform_device_put(wm->touch_dev);
609 platform_device_unregister(wm->touch_dev);
/linux-master/include/linux/
H A Dwm97xx.h273 struct platform_device *touch_dev; member in struct:wm97xx

Completed in 154 milliseconds