Lines Matching refs:sync_pending
46 struct sync_pending { struct
834 struct sync_pending *p, *npd; in remove_sync_pending()
839 xorg_list_for_each_entry_safe(p, npd, &xwl_seat->sync_pending, l) { in remove_sync_pending()
841 xorg_list_del(&xwl_seat->sync_pending); in remove_sync_pending()
867 struct sync_pending *p; in keyboard_check_repeat()
876 xorg_list_for_each_entry(p, &xwl_seat->sync_pending, l) { in keyboard_check_repeat()
885 p = xnfalloc(sizeof(struct sync_pending)); in keyboard_check_repeat()
888 xorg_list_add(&p->l, &xwl_seat->sync_pending); in keyboard_check_repeat()
1396 xorg_list_init(&xwl_seat->sync_pending); in create_input_device()
1403 struct sync_pending *p, *npd; in xwl_seat_destroy()
1412 xorg_list_for_each_entry_safe(p, npd, &xwl_seat->sync_pending, l) { in xwl_seat_destroy()
1413 xorg_list_del(&xwl_seat->sync_pending); in xwl_seat_destroy()