Searched refs:cfuncs (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.c | 193 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) 194 (*pScreenPriv->card->cfuncs->disableAccel) (pScreen); 195 if (!pScreenPriv->screen->softCursor && pScreenPriv->card->cfuncs->disableCursor) 196 (*pScreenPriv->card->cfuncs->disableCursor) (pScreen); 197 if (pScreenPriv->card->cfuncs->dpms) 198 (*pScreenPriv->card->cfuncs->dpms) (pScreen, KD_DPMS_NORMAL); 200 if(pScreenPriv->card->cfuncs->disable) 201 (*pScreenPriv->card->cfuncs->disable) (pScreen); 236 if (card->driver && card->cfuncs->restore) 237 (*card->cfuncs [all...] |
| H A D | kcmap.c | 42 if (!pScreenPriv->card->cfuncs->putColors) 72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, 77 if (pScreenPriv->card->cfuncs->recolorCursor) 78 (*pScreenPriv->card->cfuncs->recolorCursor) (pCmap->pScreen, 0, 0); 91 if (!pScreenPriv->card->cfuncs->putColors) 98 (*pScreenPriv->card->cfuncs->getColors) (pScreen, 110 if (!pScreenPriv->card->cfuncs->putColors) 115 (*pScreenPriv->card->cfuncs->putColors) (pScreen, 220 if (!pScreenPriv->card->cfuncs->putColors) 241 (*pScreenPriv->card->cfuncs [all...] |
| H A D | kinfo.c | 41 ci->cfuncs = funcs;
|
| H A D | kdrive.h | 59 struct _KdCardFuncs *cfuncs; member in struct:_KdCardInfo
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kcmap.c | 42 if (!pScreenPriv->card->cfuncs->putColors) 72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, 87 if (!pScreenPriv->card->cfuncs->putColors) 93 (*pScreenPriv->card->cfuncs->getColors) (pScreen, 106 if (!pScreenPriv->card->cfuncs->putColors) 110 (*pScreenPriv->card->cfuncs->putColors) (pScreen, 213 if (!pScreenPriv->card->cfuncs->putColors) 233 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, ndef, pdefs);
|
| H A D | kdrive.c | 100 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) 101 (*pScreenPriv->card->cfuncs->disableAccel) (pScreen); 159 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->enableAccel) 160 (*pScreenPriv->card->cfuncs->enableAccel) (pScreen); 548 if (ret && card->cfuncs->createRes) 549 ret = (*card->cfuncs->createRes) (pScreen); 561 if (card->cfuncs->closeScreen) 562 (*card->cfuncs->closeScreen)(pScreen); 575 if (!pScreenPriv->screen->dumb && card->cfuncs->finiAccel) 576 (*card->cfuncs [all...] |
| H A D | kinfo.c | 40 ci->cfuncs = funcs;
|
| H A D | kdrive.h | 58 struct _KdCardFuncs *cfuncs; member in struct:_KdCardInfo
|
Completed in 8 milliseconds