Lines Matching refs:clockRanges
360 ClockRangePtr clockRanges;
924 clockRanges = (ClockRangePtr)xnfcalloc(sizeof(ClockRange), 1);
925 clockRanges->next = NULL;
926 clockRanges->minClock = pApm->MinClock;
927 clockRanges->maxClock = pApm->MaxClock;
928 clockRanges->clockIndex = -1; /* programmable */
929 clockRanges->interlaceAllowed = FALSE; /* XXX change this */
930 clockRanges->doubleScanAllowed = FALSE; /* XXX check this */
939 pScrn->display->modes, clockRanges,
951 pScrn->display->modes, clockRanges,