Lines Matching refs:modePool
444 * modePool the list of monitor modes compatible with the driver
486 if (scrp == NULL || scrp->modePool == NULL ||
505 for (p = scrp->modePool; p != NULL; p = p->next) {
1326 * modePool A subset of the modes available to the monitor which
1579 * If scrp->modePool hasn't been setup yet, set it up now. This allows the
1581 * that a modePool mode's prev field is used to hold a pointer to the
1584 if (scrp->modePool == NULL) {
1600 scrp->modePool = new;
1615 if (scrp->modePool == NULL) {
1621 for (p = scrp->modePool; p != NULL; p = p->next) {
1659 * unconsidered modePool members until one survives validation. This
1670 for (q = scrp->modePool; q != NULL; q = q->next) {
2008 /* modePool is no longer needed, turf it */
2009 while (scrp->modePool) {
2011 * A modePool mode's prev field is used to hold a pointer to the
2016 scrp->modePool->prev = NULL;
2017 xf86DeleteMode(&scrp->modePool, scrp->modePool);