Searched refs:kdMonitorTimings (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkmode.c29 const KdMonitorTiming kdMonitorTimings[] = { variable in typeref:typename:const KdMonitorTiming[]
248 #define NUM_MONITOR_TIMINGS (sizeof kdMonitorTimings/sizeof kdMonitorTimings[0])
260 for (i = 0, t = kdMonitorTimings; i < NUM_MONITOR_TIMINGS; i++, t++)
271 return &kdMonitorTimings[MONITOR_TIMING_DEFAULT];
279 if (old == kdMonitorTimings)
285 while (new != kdMonitorTimings)
297 while (new != kdMonitorTimings)
353 for (i = 0, t = kdMonitorTimings; i < NUM_MONITOR_TIMINGS; i++, t++)
388 for (i = 0, t = kdMonitorTimings;
[all...]
H A Dkdrive.h325 extern const KdMonitorTiming kdMonitorTimings[];

Completed in 4 milliseconds