Lines Matching refs:touch_device
53 struct evdev_device *touch_device; member
113 struct evdev_device *touch_device = totem->touch_device; in totem_set_touch_device_enabled() local
118 if (touch_device == NULL) in totem_set_touch_device_enabled()
145 dispatch = touch_device->dispatch; in totem_set_touch_device_enabled()
150 touch_device, in totem_set_touch_device_enabled()
161 touch_device, in totem_set_touch_device_enabled()
169 touch_device, in totem_set_touch_device_enabled()
633 if (totem->touch_device != NULL) { in totem_interface_device_added()
640 totem->touch_device = added_device; in totem_interface_device_added()
650 if (totem->touch_device != removed_device) in totem_interface_device_removed()
655 totem->touch_device = NULL; in totem_interface_device_removed()