Lines Matching refs:base
46 struct evdev_dispatch base;
67 return container_of(totem, struct totem_dispatch, base);
399 tablet_notify_proximity(&device->base,
406 tablet_notify_tip(&device->base,
417 tablet_notify_axis(&device->base,
449 tablet_notify_button(&device->base,
466 tablet_notify_tip(&device->base,
473 tablet_notify_proximity(&device->base,
574 tablet_notify_button(&device->base,
587 tablet_notify_tip(&device->base,
594 tablet_notify_proximity(&device->base,
628 g1 = libinput_device_get_device_group(&device->base);
629 g2 = libinput_device_get_device_group(&added_device->base);
681 tablet_notify_proximity(&device->base,
688 tablet_notify_tip(&device->base,
811 totem->base.dispatch_type = DISPATCH_TOTEM;
812 totem->base.interface = &totem_interface;
828 evdev_init_sendevents(device, &totem->base);
831 return &totem->base;
833 totem_interface_destroy(&totem->base);