Lines Matching refs:xdevice
1513 xwl_tablet_tool->xdevice = xwl_seat->eraser; in tablet_tool_receive_type()
1517 xwl_tablet_tool->xdevice = xwl_seat->puck; in tablet_tool_receive_type()
1520 xwl_tablet_tool->xdevice = xwl_seat->stylus; in tablet_tool_receive_type()
1610 QueuePointerEvents(xwl_tablet_tool->xdevice, ButtonPress, 1, 0, &mask); in tablet_tool_down()
1620 QueuePointerEvents(xwl_tablet_tool->xdevice, ButtonRelease, 1, 0, &mask); in tablet_tool_up()
1805 QueuePointerEvents(xwl_tablet_tool->xdevice, MotionNotify, 0, in tablet_tool_frame()
1817 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1826 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1844 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1846 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1901 QueuePointerEvents(pad->xdevice, MotionNotify, 0, 0, &mask); in tablet_pad_ring_angle()
1951 QueuePointerEvents(pad->xdevice, MotionNotify, 0, 0, &mask); in tablet_pad_strip_position()
2213 pad->xdevice = add_device(pad->seat, "xwayland-pad", in tablet_pad_done()
2215 dixSetPrivate(&pad->xdevice->devPrivates, &xwl_tablet_private_key, pad); in tablet_pad_done()
2216 ActivateDevice(pad->xdevice, TRUE); in tablet_pad_done()
2217 EnableDevice(pad->xdevice, TRUE); in tablet_pad_done()
2235 QueuePointerEvents(pad->xdevice, in tablet_pad_button()
2270 RemoveDevice(pad->xdevice, TRUE); in tablet_pad_removed()