• Home
  • Raw
  • Download

Lines Matching refs:weston_seat

359 weston_seat_repick(struct weston_seat *seat)  in weston_seat_repick()
1214 weston_pointer_create(struct weston_seat *seat) in weston_pointer_create()
1394 seat_send_updated_caps(struct weston_seat *seat) in seat_send_updated_caps()
1534 struct weston_seat *seat = keyboard->seat; in weston_keyboard_set_focus()
1785 notify_motion(struct weston_seat *seat, in notify_motion()
1797 run_modifier_bindings(struct weston_seat *seat, uint32_t old, uint32_t new) in run_modifier_bindings()
1833 notify_motion_absolute(struct weston_seat *seat, const struct timespec *time, in notify_motion_absolute()
1867 struct weston_seat *seat, in weston_view_activate()
1881 notify_button(struct weston_seat *seat, const struct timespec *time, in notify_button()
1912 notify_axis(struct weston_seat *seat, const struct timespec *time, in notify_axis()
1928 notify_axis_source(struct weston_seat *seat, uint32_t source) in notify_axis_source()
1939 notify_pointer_frame(struct weston_seat *seat) in notify_pointer_frame()
1998 notify_modifiers(struct weston_seat *seat, uint32_t serial) in notify_modifiers()
2069 update_modifier_state(struct weston_seat *seat, uint32_t serial, uint32_t key, in update_modifier_state()
2131 update_keymap(struct weston_seat *seat) in update_keymap()
2190 notify_key(struct weston_seat *seat, const struct timespec *time, uint32_t key, in notify_key()
2248 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output, in notify_pointer_focus()
2266 struct weston_seat *ws; in destroy_device_saved_kbd_focus()
2268 ws = container_of(listener, struct weston_seat, in destroy_device_saved_kbd_focus()
2275 notify_keyboard_focus_in(struct weston_seat *seat, struct wl_array *keys, in notify_keyboard_focus_in()
2299 notify_keyboard_focus_out(struct weston_seat *seat) in notify_keyboard_focus_out()
2465 struct weston_seat *seat; in weston_compositor_update_touch_mode()
2568 struct weston_seat *seat = device->aggregate->seat; in notify_touch_normalized()
2775 struct weston_seat *seat = wl_resource_get_user_data(resource); in seat_get_pointer()
2857 struct weston_seat *seat = wl_resource_get_user_data(resource); in seat_get_keyboard()
2950 struct weston_seat *seat = wl_resource_get_user_data(resource); in seat_get_touch()
3004 struct weston_seat *seat = data; in bind_seat()
3237 weston_seat_update_keymap(struct weston_seat *seat, struct xkb_keymap *keymap) in weston_seat_update_keymap()
3252 weston_seat_init_keyboard(struct weston_seat *seat, struct xkb_keymap *keymap) in weston_seat_init_keyboard()
3307 struct weston_seat *seat = keyboard->seat; in weston_keyboard_reset_state()
3324 weston_seat_release_keyboard(struct weston_seat *seat) in weston_seat_release_keyboard()
3337 weston_seat_init_pointer(struct weston_seat *seat) in weston_seat_init_pointer()
3360 weston_seat_release_pointer(struct weston_seat *seat) in weston_seat_release_pointer()
3383 weston_seat_init_touch(struct weston_seat *seat) in weston_seat_init_touch()
3406 weston_seat_release_touch(struct weston_seat *seat) in weston_seat_release_touch()
3418 weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec, in weston_seat_init()
3446 weston_seat_release(struct weston_seat *seat) in weston_seat_release()
3491 weston_seat_get_keyboard(struct weston_seat *seat) in weston_seat_get_keyboard()
3513 weston_seat_get_pointer(struct weston_seat *seat) in weston_seat_get_pointer()
3599 weston_seat_get_touch(struct weston_seat *seat) in weston_seat_get_touch()
3616 weston_seat_set_keyboard_focus(struct weston_seat *seat, in weston_seat_set_keyboard_focus()
3722 struct weston_seat *seat = pointer->seat; in maybe_enable_pointer_constraint()