Home
last modified time | relevance | path

Searched refs:xf86addListItem (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c190 ptr = (XF86ConfInputPtr) xf86addListItem((glp) ptr, (glp) mouse); in configureInputSection()
217 ptr->scrn_display_lst = (XF86ConfDisplayPtr) xf86addListItem((glp) ptr-> in configureScreenSection()
344 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in configureLayoutSection()
358 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in configureLayoutSection()
382 (XF86ConfAdjacencyPtr) xf86addListItem((glp) ptr->lay_adjacency_lst, in configureLayoutSection()
411 ptr->mod_load_lst = (XF86LoadPtr) xf86addListItem((glp) ptr-> in configureModuleSection()
649 xf86config->conf_device_lst = (XF86ConfDevicePtr) xf86addListItem((glp) in DoConfigure()
655 …xf86config->conf_monitor_lst = (XF86ConfMonitorPtr) xf86addListItem((glp) xf86config->conf_monitor… in DoConfigure()
657 xf86config->conf_screen_lst = (XF86ConfScreenPtr) xf86addListItem((glp) in DoConfigure()
788 …xf86config->conf_monitor_lst = (XF86ConfMonitorPtr) xf86addListItem((glp) xf86config->conf_monitor… in DoConfigure()
[all …]
H A Dxf86Config.c1884 xf86addListItem((GenericListPtr) conf_monitor->mon_modeline_lst, in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c130 xf86addListItem((glp) ptr->lay_inactive_lst, (glp) iptr); in xf86parseLayoutSection()
264 xf86addListItem((glp) ptr->lay_adjacency_lst, (glp) aptr); in xf86parseLayoutSection()
285 xf86addListItem((glp) ptr->lay_input_lst, (glp) iptr); in xf86parseLayoutSection()
456 xf86addListItem((glp) layout->lay_input_lst, (glp) iptr); in xf86layoutAddInputDevices()
H A DModule.c115 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) ptr)); in xf86parseModuleSubSection()
238 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) new)); in xf86addNewLoadDirective()
H A DConfigint.h117 ptr->field = (type) xf86addListItem ((glp) ptr->field, (glp) p);\
H A DFlags.c209 return ((XF86OptionPtr) xf86addListItem((glp) head, (glp) new)); in addNewOption2()
469 return ((XF86OptionPtr) xf86addListItem((glp) head, (glp) cnew)); in xf86parseOption()
H A DScreen.c198 xf86addListItem((glp) ptr->disp_mode_lst, (glp) mptr); in xf86parseDisplaySubSection()
331 xf86addListItem((glp) ptr->scrn_adaptor_lst, (glp) aptr); in xf86parseScreenSection()
H A Dread.c232 xf86addListItem(GenericListPtr head, GenericListPtr new) in xf86addListItem() function
H A Dxf86Parser.h478 extern _X_EXPORT GenericListPtr xf86addListItem(GenericListPtr head,
H A DMonitor.c563 xf86addListItem((GenericListPtr) ptr->mon_modes_sect_lst, in xf86parseMonitorSection()