Home
last modified time | relevance | path

Searched refs:xorg_list_first_entry (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c80 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_add()
86 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_add()
91 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_add()
109 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_append()
117 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_append()
125 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_append()
160 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_del()
168 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_del()
175 c = xorg_list_first_entry(&parent.children, struct child, node); in test_xorg_list_del()
H A Dinput.c1892 qe = xorg_list_first_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h259 #define xorg_list_first_entry(ptr, type, member) \ macro
/OK3568_Linux_fs/external/xserver/os/
H A DWaitFor.c116 return xorg_list_first_entry(&timers, struct _OsTimerRec, list); in first_timer()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c990 xorg_list_first_entry(&resource->list, in ms_dri2_frame_event_client_gone()
1009 xorg_list_first_entry(&resource->list, in ms_dri2_frame_event_drawable_gone()