Searched refs:minHorizontalPulseWidthClocks (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Drange.c85 printf(" minHorizontalPulseWidthClocks %ld\n", range->minHorizontalPulseWidthClocks);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h491 * @field minHorizontalPulseWidthClocks minimum value of horizontalPulseWidth.
566 UInt32 minHorizontalPulseWidthClocks; member in struct:IODisplayTimingRange
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c681 range->minHorizontalPulseWidthClocks = 1;
1289 fprintf(connectRef->logfile, " minHorizontalPulseWidthClocks %d\n", (int) range->minHorizontalPulseWidthClocks);
1468 || (timing->horizontalSyncPulseWidth < range->minHorizontalPulseWidthClocks))

Completed in 205 milliseconds