Searched refs:xorg_list_first_entry (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/test/
H A Dlist.c83 c = xorg_list_first_entry(&parent.children, struct child, node);
89 c = xorg_list_first_entry(&parent.children, struct child, node);
94 c = xorg_list_first_entry(&parent.children, struct child, node);
112 c = xorg_list_first_entry(&parent.children, struct child, node);
120 c = xorg_list_first_entry(&parent.children, struct child, node);
128 c = xorg_list_first_entry(&parent.children, struct child, node);
163 c = xorg_list_first_entry(&parent.children, struct child, node);
171 c = xorg_list_first_entry(&parent.children, struct child, node);
178 c = xorg_list_first_entry(&parent.children, struct child, node);
H A Dinput.c1896 qe = xorg_list_first_entry(&syncEvents.pending, QdEventRec, next);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drm_queue.c128 e = xorg_list_first_entry(&amdgpu_drm_vblank_signalled,
298 e = xorg_list_first_entry(&amdgpu_drm_flip_signalled,
321 e = xorg_list_first_entry(&amdgpu_drm_flip_signalled,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_drm_queue.c128 e = xorg_list_first_entry(&radeon_drm_vblank_signalled,
298 e = xorg_list_first_entry(&radeon_drm_flip_signalled,
321 e = xorg_list_first_entry(&radeon_drm_flip_signalled,
/xsrc/external/mit/xorg-server/dist/include/
H A Dlist.h252 * first = xorg_list_first_entry(&bar->list_of_foos, struct foo, list_of_foos);
259 #define xorg_list_first_entry(ptr, type, member) \ macro
/xsrc/external/mit/xorg-server/dist/os/
H A DWaitFor.c118 return xorg_list_first_entry(&timers, struct _OsTimerRec, list);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c985 xorg_list_first_entry(&resource->list,
1004 xorg_list_first_entry(&resource->list,

Completed in 8 milliseconds