Searched refs:mon_n_vrefresh (Results 1 – 5 of 5) sorted by relevance
493 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = xf86_lex_val.realnum; in xf86parseMonitorSection()496 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = in xf86parseMonitorSection()497 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo; in xf86parseMonitorSection()502 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo) in xf86parseMonitorSection()504 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = xf86_lex_val.realnum; in xf86parseMonitorSection()507 ptr->mon_n_vrefresh++; in xf86parseMonitorSection()513 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = in xf86parseMonitorSection()514 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo; in xf86parseMonitorSection()515 ptr->mon_n_vrefresh++; in xf86parseMonitorSection()518 if (ptr->mon_n_vrefresh >= CONF_MAX_VREFRESH) in xf86parseMonitorSection()[all …]
189 int mon_n_vrefresh; member
464 ptr->mon_n_vrefresh = 1; in handle_detailed_input()
1861 count < conf_monitor->mon_n_vrefresh && count < MAX_VREFRESH; in configMonitor()
1697 for (i = 0; i < conf_monitor->mon_n_vrefresh; i++) { in xf86ProbeOutputModes()