Home
last modified time | relevance | path

Searched refs:mon_n_hsync (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c456 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 …]
H A Dxf86Parser.h187 int mon_n_hsync; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c462 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()
H A Dxf86Config.c1855 count < conf_monitor->mon_n_hsync && count < MAX_HSYNC; count++) { in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1689 for (i = 0; i < conf_monitor->mon_n_hsync; i++) { in xf86ProbeOutputModes()