Searched refs:mon_modeline_lst (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DMonitor.c449 HANDLE_LIST (mon_modeline_lst, xf86parseVerboseMode,
453 HANDLE_LIST (mon_modeline_lst, xf86parseModeLine,
631 HANDLE_LIST (mon_modeline_lst, xf86parseVerboseMode,
635 HANDLE_LIST (mon_modeline_lst, xf86parseModeLine,
709 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next)
760 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next)
815 xf86freeModeLineList (ptr->mon_modeline_lst);
831 xf86freeModeLineList (ptr->mon_modeline_lst);
H A Dxf86Parser.h187 XF86ConfModeLinePtr mon_modeline_lst; member in struct:__anond430d9490908
208 XF86ConfModeLinePtr mon_modeline_lst; member in struct:__anond430d9490b08
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DMonitor.c440 HANDLE_LIST(mon_modeline_lst, xf86parseVerboseMode,
444 HANDLE_LIST(mon_modeline_lst, xf86parseModeLine,
618 HANDLE_LIST(mon_modeline_lst, xf86parseVerboseMode,
622 HANDLE_LIST(mon_modeline_lst, xf86parseModeLine,
688 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) {
737 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) {
790 xf86freeModeLineList(ptr->mon_modeline_lst);
805 xf86freeModeLineList(ptr->mon_modeline_lst);
H A Dxf86Parser.h169 XF86ConfModeLinePtr mon_modeline_lst; member in struct:__anon01ede9dc0908
186 XF86ConfModeLinePtr mon_modeline_lst; member in struct:__anon01ede9dc0b08
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c672 xf86GetConfigModes (modes_link->ml_modes->mon_modeline_lst));
676 xf86GetConfigModes (conf_monitor->mon_modeline_lst));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c738 mon_modeline_lst));
742 xf86GetConfigModes(conf_monitor->mon_modeline_lst));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c1994 (GenericListPtr)conf_monitor->mon_modeline_lst,
1995 (GenericListPtr)modes->mon_modeline_lst)) {
1996 conf_monitor->mon_modeline_lst = (XF86ConfModeLinePtr)
1998 (GenericListPtr)conf_monitor->mon_modeline_lst,
1999 (GenericListPtr)modes->mon_modeline_lst);
2009 cmodep = conf_monitor->mon_modeline_lst;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c1934 if (xf86itemNotSublist((GenericListPtr) conf_monitor->mon_modeline_lst,
1935 (GenericListPtr) modes->mon_modeline_lst)) {
1936 conf_monitor->mon_modeline_lst = (XF86ConfModeLinePtr)
1937 xf86addListItem((GenericListPtr) conf_monitor->mon_modeline_lst,
1938 (GenericListPtr) modes->mon_modeline_lst);
1948 cmodep = conf_monitor->mon_modeline_lst;

Completed in 14 milliseconds