Home
last modified time | relevance | path

Searched refs:xorg_list_last_entry (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c112 c = xorg_list_last_entry(&parent.children, struct child, node); in test_xorg_list_append()
120 c = xorg_list_last_entry(&parent.children, struct child, node); in test_xorg_list_append()
128 c = xorg_list_last_entry(&parent.children, struct child, node); in test_xorg_list_append()
H A Dinput.c1890 qe = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h274 #define xorg_list_last_entry(ptr, type, member) \ macro
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1141 tail = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in EnqueueEvent()