Home
last modified time | relevance | path

Searched refs:xf86ForEachDetailedBlock (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c86 xf86ForEachDetailedBlock(m, find_ranges_section, &ranges); in handle_edid_quirks()
90 xf86ForEachDetailedBlock(m, find_max_detailed_clock, &clock); in handle_edid_quirks()
146 xf86ForEachDetailedBlock(m, handle_detailed_hvsize, &p); in encode_aspect_ratio()
238 xf86ForEachDetailedBlock(xf86MonPtr mon, handle_detailed_fn fn, void *data) in xf86ForEachDetailedBlock() function
H A Dxf86DDC.h88 void xf86ForEachDetailedBlock(xf86MonPtr mon, handle_detailed_fn, void *data);
H A Dprint_edid.c543 xf86ForEachDetailedBlock(m, handle_detailed_print, &p); in xf86PrintEDID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c59 xf86ForEachDetailedBlock(DDC, handle_detailed_rblank, &ret); in xf86MonitorSupportsReducedBlanking()
1083 xf86ForEachDetailedBlock(DDC, handle_detailed_modes, &p); in xf86DDCGetModes()
1198 xf86ForEachDetailedBlock(DDC, handle_detailed_monset, &p); in xf86EdidMonitorSet()
H A Dxf86Crtc.c1734 xf86ForEachDetailedBlock(edid_monitor, handle_detailed_monrec, &p); in xf86ProbeOutputModes()
3254 xf86ForEachDetailedBlock(edid_mon, handle_detailed_physical_size, &p); in xf86OutputSetEDID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c521 xf86ForEachDetailedBlock(ConfiguredMonitor, handle_detailed_input, ptr); in configureDDCMonitorSection()