Lines Matching refs:modePool
441 * modePool the list of monitor modes compatible with the driver
482 if (scrp == NULL || scrp->modePool == NULL ||
500 for (p = scrp->modePool; p != NULL; p = p->next) {
1334 * modePool A subset of the modes available to the monitor which
1588 * If scrp->modePool hasn't been setup yet, set it up now. This allows the
1590 * that a modePool mode's prev field is used to hold a pointer to the
1593 if (scrp->modePool == NULL) {
1609 scrp->modePool = new;
1622 if (scrp->modePool == NULL) {
1627 for (p = scrp->modePool; p != NULL; p = p->next) {
1669 * unconsidered modePool members until one survives validation. This
1680 for (q = scrp->modePool; q != NULL; q = q->next) {
2014 /* modePool is no longer needed, turf it */
2015 while (scrp->modePool) {
2017 * A modePool mode's prev field is used to hold a pointer to the
2022 scrp->modePool->prev = NULL;
2023 xf86DeleteMode(&scrp->modePool, scrp->modePool);