Lines Matching refs:touch_device
284 struct evdev_device *touch_device = tablet->touch_device; in tablet_change_rotation() local
294 if (notify == DO_NOTIFY && touch_device) { in tablet_change_rotation()
297 dispatch = touch_device->dispatch; in tablet_change_rotation()
300 touch_device, in tablet_change_rotation()
1525 if (tablet->touch_device == NULL || in tablet_update_touch_device_rect()
1531 dispatch = tablet->touch_device->dispatch; in tablet_update_touch_device_rect()
1534 tablet->touch_device, in tablet_update_touch_device_rect()
1926 struct evdev_device *touch_device = tablet->touch_device; in tablet_set_touch_device_enabled() local
1929 if (touch_device == NULL) in tablet_set_touch_device_enabled()
1934 dispatch = touch_device->dispatch; in tablet_set_touch_device_enabled()
1937 touch_device, in tablet_set_touch_device_enabled()
2136 tablet->touch_device = added_device; in tablet_device_added()
2144 tablet->rotation.touch_device = added_device; in tablet_device_added()
2160 if (tablet->touch_device == removed_device) in tablet_device_removed()
2161 tablet->touch_device = NULL; in tablet_device_removed()
2163 if (tablet->rotation.touch_device == removed_device) { in tablet_device_removed()
2164 tablet->rotation.touch_device = NULL; in tablet_device_removed()
2222 if (!tablet->rotation.touch_device) in tablet_left_handed_toggled()