Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c458 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()
478 ptr->mon_hsync[ptr->mon_n_hsync].hi = in xf86parseMonitorSection()
479 ptr->mon_hsync[ptr->mon_n_hsync].lo; in xf86parseMonitorSection()
665 ptr->mon_hsync[i].lo, ptr->mon_hsync[i].hi); in xf86printMonitorSection()
H A Dxf86Parser.h188 parser_range mon_hsync[CONF_MAX_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()
H A Dxf86Config.c1856 monitorp->hsync[count].hi = conf_monitor->mon_hsync[count].hi; in configMonitor()
1857 monitorp->hsync[count].lo = conf_monitor->mon_hsync[count].lo; in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1691 conf_monitor->mon_hsync[i].lo; in xf86ProbeOutputModes()
1693 conf_monitor->mon_hsync[i].hi; in xf86ProbeOutputModes()