Searched refs:xf86addListItem (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Configure.c | 190 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 D | xf86Config.c | 1884 xf86addListItem((GenericListPtr) conf_monitor->mon_modeline_lst, in configMonitor()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Layout.c | 130 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 D | Module.c | 115 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) ptr)); in xf86parseModuleSubSection() 238 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) new)); in xf86addNewLoadDirective()
|
| H A D | Configint.h | 117 ptr->field = (type) xf86addListItem ((glp) ptr->field, (glp) p);\
|
| H A D | Flags.c | 209 return ((XF86OptionPtr) xf86addListItem((glp) head, (glp) new)); in addNewOption2() 469 return ((XF86OptionPtr) xf86addListItem((glp) head, (glp) cnew)); in xf86parseOption()
|
| H A D | Screen.c | 198 xf86addListItem((glp) ptr->disp_mode_lst, (glp) mptr); in xf86parseDisplaySubSection() 331 xf86addListItem((glp) ptr->scrn_adaptor_lst, (glp) aptr); in xf86parseScreenSection()
|
| H A D | read.c | 232 xf86addListItem(GenericListPtr head, GenericListPtr new) in xf86addListItem() function
|
| H A D | xf86Parser.h | 478 extern _X_EXPORT GenericListPtr xf86addListItem(GenericListPtr head,
|
| H A D | Monitor.c | 563 xf86addListItem((GenericListPtr) ptr->mon_modes_sect_lst, in xf86parseMonitorSection()
|