Home
last modified time | relevance | path

Searched refs:cfuncs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c100 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 …]
H A Dkcmap.c42 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()
H A Dkinfo.c40 ci->cfuncs = funcs; in KdCardInfoAdd()
H A Dkdrive.h58 struct _KdCardFuncs *cfuncs; member