Lines Matching refs:touch_device
285 struct evdev_device *touch_device = tablet->touch_device;
295 if (notify == DO_NOTIFY && touch_device) {
298 dispatch = touch_device->dispatch;
301 touch_device,
1594 if (tablet->touch_device == NULL ||
1600 dispatch = tablet->touch_device->dispatch;
1603 tablet->touch_device,
2012 struct evdev_device *touch_device = tablet->touch_device;
2015 if (touch_device == NULL)
2020 dispatch = touch_device->dispatch;
2023 touch_device,
2209 if (tablet->touch_device != NULL) {
2226 tablet->touch_device->devname);
2233 tablet->touch_device = new_device;
2244 if (tablet->rotation.touch_device == NULL && (group1 == group2)) {
2249 tablet->rotation.touch_device = new_device;
2283 if (tablet->touch_device == removed_device)
2284 tablet->touch_device = NULL;
2286 if (tablet->rotation.touch_device == removed_device) {
2287 tablet->rotation.touch_device = NULL;
2345 if (!tablet->rotation.touch_device)