Searched refs:sync_pending (Results 1 – 2 of 2) sorted by relevance
46 struct sync_pending { struct834 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()[all …]
278 struct xorg_list sync_pending; member