Home
last modified time | relevance | path

Searched refs:mon_modeline_lst (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c436 HANDLE_LIST(mon_modeline_lst, xf86parseVerboseMode, in xf86parseMonitorSection()
440 HANDLE_LIST(mon_modeline_lst, xf86parseModeLine, in xf86parseMonitorSection()
612 HANDLE_LIST(mon_modeline_lst, xf86parseVerboseMode, in xf86parseModesSection()
616 HANDLE_LIST(mon_modeline_lst, xf86parseModeLine, in xf86parseModesSection()
682 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) { in xf86printMonitorSection()
731 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) { in xf86printModesSection()
784 xf86freeModeLineList(ptr->mon_modeline_lst); in xf86freeMonitorList()
799 xf86freeModeLineList(ptr->mon_modeline_lst); in xf86freeModesList()
H A Dxf86Parser.h169 XF86ConfModeLinePtr mon_modeline_lst; member
186 XF86ConfModeLinePtr mon_modeline_lst; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1881 if (xf86itemNotSublist((GenericListPtr) conf_monitor->mon_modeline_lst, in configMonitor()
1882 (GenericListPtr) modes->mon_modeline_lst)) { in configMonitor()
1883 conf_monitor->mon_modeline_lst = (XF86ConfModeLinePtr) in configMonitor()
1884 xf86addListItem((GenericListPtr) conf_monitor->mon_modeline_lst, in configMonitor()
1885 (GenericListPtr) modes->mon_modeline_lst); in configMonitor()
1895 cmodep = conf_monitor->mon_modeline_lst; in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c737 mon_modeline_lst)); in xf86GetMonitorModes()
741 xf86GetConfigModes(conf_monitor->mon_modeline_lst)); in xf86GetMonitorModes()