Searched refs:link_touch (Results 1 – 2 of 2) sorted by relevance
940 &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()
230 struct xorg_list link_touch; member