Home
last modified time | relevance | path

Searched refs:link_touch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c940 &xwl_seat->touches, link_touch) { in xwl_seat_lookup_touch()
989 xorg_list_add(&xwl_touch->link_touch, &xwl_seat->touches); in touch_handle_down()
1007 xorg_list_del(&xwl_touch->link_touch); in touch_handle_up()
1041 &xwl_seat->touches, link_touch) { in touch_handle_cancel()
1047 xorg_list_del(&xwl_touch->link_touch); in touch_handle_cancel()
1407 &xwl_seat->touches, link_touch) { in xwl_seat_destroy()
1408 xorg_list_del(&xwl_touch->link_touch); in xwl_seat_destroy()
2604 &xwl_seat->touches, link_touch) { in xwl_seat_clear_touch()
2606 xorg_list_del(&xwl_touch->link_touch); in xwl_seat_clear_touch()
H A Dxwayland.h230 struct xorg_list link_touch; member