Lines Matching refs:seat

1097                                                             xwl_seat->seat);  in set_grab()
1179 xwl_seat->wl_pointer = wl_seat_get_pointer(xwl_seat->seat); in init_pointer()
1243 xwl_seat->wl_keyboard = wl_seat_get_keyboard(xwl_seat->seat); in init_keyboard()
1279 xwl_seat->wl_touch = wl_seat_get_touch(xwl_seat->seat); in init_touch()
1302 seat_handle_capabilities(void *data, struct wl_seat *seat, in seat_handle_capabilities() argument
1331 seat_handle_name(void *data, struct wl_seat *seat, in seat_handle_name() argument
1381 xwl_seat->seat = in create_input_device()
1388 wl_seat_add_listener(xwl_seat->seat, &seat_listener, xwl_seat); in create_input_device()
1425 wl_seat_destroy(xwl_seat->seat); in xwl_seat_destroy()
1451 struct xwl_seat *xwl_seat = xwl_tablet->seat; in tablet_handle_done()
1476 struct xwl_seat *xwl_seat = xwl_tablet->seat; in tablet_handle_removed()
1509 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_receive_type()
1565 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_proximity_in()
1588 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_proximity_out()
1604 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_down()
1628 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_motion()
1648 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_pressure()
1668 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_tilt()
1682 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_rotation()
1701 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_slider()
1715 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_wheel()
1728 struct xwl_seat *xwl_seat = xwl_tablet_tool->seat; in tablet_tool_button_state()
2213 pad->xdevice = add_device(pad->seat, "xwayland-pad", in tablet_pad_done()
2301 xwl_tablet->seat = xwl_seat; in tablet_seat_handle_add_tablet()
2332 xwl_tablet_tool->seat = xwl_seat; in tablet_seat_handle_add_tool()
2355 xwl_tablet_pad->seat = xwl_seat; in tablet_seat_handle_add_pad()
2383 xwl_seat->seat); in init_tablet_manager_seat()