Searched refs:xf86ForEachDetailedBlock (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | interpret_edid.c | 86 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 D | xf86DDC.h | 88 void xf86ForEachDetailedBlock(xf86MonPtr mon, handle_detailed_fn, void *data);
|
| H A D | print_edid.c | 543 xf86ForEachDetailedBlock(m, handle_detailed_print, &p); in xf86PrintEDID()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 59 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 D | xf86Crtc.c | 1734 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 D | xf86Configure.c | 521 xf86ForEachDetailedBlock(ConfiguredMonitor, handle_detailed_input, ptr); in configureDDCMonitorSection()
|