Searched refs:xorg_list_first_entry (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | list.c | 80 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 D | input.c | 1892 qe = xorg_list_first_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | list.h | 259 #define xorg_list_first_entry(ptr, type, member) \ macro
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | WaitFor.c | 116 return xorg_list_first_entry(&timers, struct _OsTimerRec, list); in first_timer()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 990 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()
|