Searched refs:mon_n_hsync (Results 1 – 5 of 5) sorted by relevance
456 if (ptr->mon_n_hsync >= CONF_MAX_HSYNC) in xf86parseMonitorSection()458 ptr->mon_hsync[ptr->mon_n_hsync].lo = xf86_lex_val.realnum; in xf86parseMonitorSection()461 ptr->mon_hsync[ptr->mon_n_hsync].hi = in xf86parseMonitorSection()462 ptr->mon_hsync[ptr->mon_n_hsync].lo; in xf86parseMonitorSection()467 ptr->mon_hsync[ptr->mon_n_hsync].lo) in xf86parseMonitorSection()469 ptr->mon_hsync[ptr->mon_n_hsync].hi = xf86_lex_val.realnum; in xf86parseMonitorSection()472 ptr->mon_n_hsync++; in xf86parseMonitorSection()478 ptr->mon_hsync[ptr->mon_n_hsync].hi = in xf86parseMonitorSection()479 ptr->mon_hsync[ptr->mon_n_hsync].lo; in xf86parseMonitorSection()480 ptr->mon_n_hsync++; in xf86parseMonitorSection()[all …]
187 int mon_n_hsync; member
462 ptr->mon_hsync[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_h; in handle_detailed_input()463 ptr->mon_hsync[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_h; in handle_detailed_input()465 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v; in handle_detailed_input()466 ptr->mon_vrefresh[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_v; in handle_detailed_input()467 ptr->mon_n_hsync++; in handle_detailed_input()
1855 count < conf_monitor->mon_n_hsync && count < MAX_HSYNC; count++) { in configMonitor()
1689 for (i = 0; i < conf_monitor->mon_n_hsync; i++) { in xf86ProbeOutputModes()