Searched refs:cfuncs (Results 1 – 4 of 4) sorted by relevance
100 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) in KdDisableScreen()101 (*pScreenPriv->card->cfuncs->disableAccel) (pScreen); in KdDisableScreen()159 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->enableAccel) in KdEnableScreen()160 (*pScreenPriv->card->cfuncs->enableAccel) (pScreen); in KdEnableScreen()554 if (ret && card->cfuncs->createRes) in KdCreateScreenResources()555 ret = (*card->cfuncs->createRes) (pScreen); in KdCreateScreenResources()567 if (card->cfuncs->closeScreen) in KdCloseScreen()568 (*card->cfuncs->closeScreen)(pScreen); in KdCloseScreen()581 if (!pScreenPriv->screen->dumb && card->cfuncs->finiAccel) in KdCloseScreen()582 (*card->cfuncs->finiAccel) (pScreen); in KdCloseScreen()[all …]
42 if (!pScreenPriv->card->cfuncs->putColors) in KdSetColormap()72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, in KdSetColormap()87 if (!pScreenPriv->card->cfuncs->putColors) in KdEnableColormap()93 (*pScreenPriv->card->cfuncs->getColors) (pScreen, in KdEnableColormap()106 if (!pScreenPriv->card->cfuncs->putColors) in KdDisableColormap()110 (*pScreenPriv->card->cfuncs->putColors) (pScreen, in KdDisableColormap()213 if (!pScreenPriv->card->cfuncs->putColors) in KdStoreColors()233 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen, ndef, pdefs); in KdStoreColors()
40 ci->cfuncs = funcs; in KdCardInfoAdd()
58 struct _KdCardFuncs *cfuncs; member