Lines Matching defs:base
47 keyboard_notify_key(&device->base, time, key, state);
56 switch_notify_toggle(&device->base,
160 if (!device->base.config.rotation)
173 struct libinput_device *base = &device->base;
203 pointer_notify_motion(base, time, &accel, &raw);
211 struct libinput_device *base = &device->base;
220 pointer_notify_motion_absolute(base, time, &point);
229 struct libinput_device *base = &device->base;
230 struct libinput_seat *seat = base->seat;
256 touch_notify_touch_down(base, time, slot_idx, seat_slot,
268 struct libinput_device *base = &device->base;
287 touch_notify_touch_motion(base, time, slot_idx, seat_slot,
299 struct libinput_device *base = &device->base;
300 struct libinput_seat *seat = base->seat;
316 touch_notify_touch_up(base, time, slot_idx, seat_slot);
327 struct libinput_device *base = &device->base;
328 struct libinput_seat *seat = base->seat;
344 touch_notify_touch_cancel(base, time, slot_idx, seat_slot);
354 struct libinput_device *base = &device->base;
355 struct libinput_seat *seat = base->seat;
379 touch_notify_touch_down(base, time, -1, seat_slot, &point);
389 struct libinput_device *base = &device->base;
401 touch_notify_touch_motion(base, time, -1, seat_slot, &point);
411 struct libinput_device *base = &device->base;
412 struct libinput_seat *seat = base->seat;
426 touch_notify_touch_up(base, time, -1, seat_slot);
436 struct libinput_device *base = &device->base;
437 struct libinput_seat *seat = base->seat;
451 touch_notify_touch_cancel(base, time, -1, seat_slot);
676 &kbd->device->base,
733 switch_notify_toggle(&device->base,
938 touch_notify_frame(&device->base, time);
1033 touch_notify_frame(&device->base, time);
1165 switch_notify_toggle(&device->base,
1297 if (dispatch->base.sendevents.current_mode ==
1374 libinput_device_add_event_listener(&tablet_mode_switch->base,
1520 device->base.config.rotation = &dispatch->rotation.config;
1668 dispatch->base.dispatch_type = DISPATCH_FALLBACK;
1669 dispatch->base.interface = &fallback_interface;
1694 evdev_init_sendevents(device, &dispatch->base);
1719 return &dispatch->base;