Home
last modified time | relevance | path

Searched refs:xorg_list_add (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c77 xorg_list_add(&child[0].node, &parent.children); in test_xorg_list_add()
85 xorg_list_add(&child[1].node, &parent.children); in test_xorg_list_add()
90 xorg_list_add(&child[2].node, &parent.children); in test_xorg_list_add()
147 xorg_list_add(&child[0].node, &parent.children); in test_xorg_list_del()
153 xorg_list_add(&child[0].node, &parent.children); in test_xorg_list_del()
157 xorg_list_add(&child[0].node, &parent.children); in test_xorg_list_del()
158 xorg_list_add(&child[1].node, &parent.children); in test_xorg_list_del()
173 xorg_list_add(&child[1].node, &parent.children); in test_xorg_list_del()
180 xorg_list_add(&child[0].node, &parent.children); in test_xorg_list_del()
197 xorg_list_add(&child[2].node, &parent.children); in test_xorg_list_for_each()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c222 xorg_list_add(&event->list, &xwl_present_window->release_queue); in xwl_present_msc_bump()
368 xorg_list_add(&xwl_present_window->frame_callback_list, in xwl_present_queue_vblank()
487 xorg_list_add(&event->list, &xwl_present_window->release_queue); in xwl_present_flip()
501 xorg_list_add(&xwl_present_window->frame_callback_list, in xwl_present_flip()
H A Dxwayland-input.c644 xorg_list_add(&pending->l, &xwl_seat->axis_discrete_pending); in pointer_handle_axis_discrete()
888 xorg_list_add(&p->l, &xwl_seat->sync_pending); in keyboard_check_repeat()
989 xorg_list_add(&xwl_touch->link_touch, &xwl_seat->touches); in touch_handle_down()
1379 xorg_list_add(&xwl_seat->link, &xwl_screen->seat_list); in create_input_device()
2022 xorg_list_add(&ring->link, &group->pad_group_ring_list); in tablet_pad_group_ring()
2047 xorg_list_add(&strip->link, &group->pad_group_strip_list); in tablet_pad_group_strip()
2182 xorg_list_add(&group->link, &pad->pad_group_list); in tablet_pad_group()
2303 xorg_list_add(&xwl_tablet->link, &xwl_seat->tablets); in tablet_seat_handle_add_tablet()
2336 xorg_list_add(&xwl_tablet_tool->link, &xwl_seat->tablet_tools); in tablet_seat_handle_add_tool()
2358 xorg_list_add(&xwl_tablet_pad->link, &xwl_seat->tablet_pads); in tablet_seat_handle_add_pad()
H A Dxwayland-glamor-eglstream.c467 xorg_list_add(&pending_stream->link, &xwl_eglstream->pending_streams); in xwl_eglstream_queue_pending_stream()
H A Dxwayland.c394 xorg_list_add(&xwl_window->link_damage, &xwl_screen->damage_window_list); in damage_report()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.c110 xorg_list_add(&it->l, newBucket); in double_size()
141 xorg_list_add(&elem->l, bucket); in ht_add()
H A Dxres.c109 xorg_list_add(&f->l, frags->prev); in AddFragment()
H A Dsync.c1005 xorg_list_add(&psci->entry, &SysCounterList); in SyncCreateSystemCounter()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_notify.c71 xorg_list_add(&notify->window_list, &window_priv->notifies); in present_add_window_notify()
H A Dpresent_fake.c115 xorg_list_add(&fake_vblank->list, &fake_vblank_queue); in present_fake_queue_vblank()
H A Dpresent_wnmd.c472 xorg_list_add(&vblank->event_queue, &window_priv->flip_queue); in present_wnmd_execute()
525 xorg_list_add(&vblank->event_queue, &window_priv->idle_queue); in present_wnmd_execute()
H A Dpresent_scmd.c577 xorg_list_add(&vblank->event_queue, &present_flip_queue); in present_execute()
632 xorg_list_add(&vblank->event_queue, &present_exec_queue); in present_execute()
/OK3568_Linux_fs/external/xserver/os/
H A Dbusfault.c68 xorg_list_add(&busfault->list, &busfaults); in busfault_register_mmap()
H A DWaitFor.c336 xorg_list_add(&timer->list, existing->list.prev); in TimerSet()
H A Dospoll.c441 xorg_list_add(&osfd->deleted, &ospoll->deleted); in ospoll_remove()
454 xorg_list_add(&osfd->deleted, &ospoll->deleted); in ospoll_remove()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DOutputClass.c86 xorg_list_add(&group->entry, head); in add_group_entry()
H A DInputClass.c164 xorg_list_add(&group->entry, head); in add_group_entry()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c615 xorg_list_add(&pbd->entry, &ret->per_device); in CreatePointerBarrierClient()
632 xorg_list_add(&ret->entry, &cs->barriers); in CreatePointerBarrierClient()
719 xorg_list_add(&pbd->entry, &barrier->per_device); in add_master_func()
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h154 xorg_list_add(struct xorg_list *entry, struct xorg_list *head) in xorg_list_add() function
/OK3568_Linux_fs/external/xserver/randr/
H A Drrlease.c298 xorg_list_add(&scr_priv->leases, &lease->list); in ProcRRCreateLease()
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c245 xorg_list_add(&dirty_update->ent, &screen->pixmap_dirty_list); in PixmapStartDirtyTracking()
H A Ddixfonts.c1960 xorg_list_add(&entry->entry, &fs_fd_list); in add_fs_fd()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c391 xorg_list_add(&info->client_resource, &resource->list); in ms_dri2_add_frame_event()
399 xorg_list_add(&info->drawable_resource, &resource->list); in ms_dri2_add_frame_event()
H A Dvblank.c523 xorg_list_add(&q->list, &ms_drm_queue); in ms_drm_queue_alloc()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c351 xorg_list_add(&ref->link, &pPriv->reference_list); in DRI2AddDrawableRef()

12