Searched refs:xorg_list_last_entry (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | list.c | 112 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 D | input.c | 1890 qe = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | list.h | 274 #define xorg_list_last_entry(ptr, type, member) \ macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | events.c | 1141 tail = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in EnqueueEvent()
|