Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c100 static DevPrivateKeyRec KdXVScreenPrivateKey; variable
108 ((KdXVScreenPtr)(dixGetPrivate(&pScreen->devPrivates, &KdXVScreenPrivateKey)))
128 if (!dixRegisterPrivateKey(&KdXVScreenPrivateKey, PRIVATE_SCREEN, 0)) in KdXVScreenInit()
138 dixSetPrivate(&pScreen->devPrivates, &KdXVScreenPrivateKey, ScreenPriv); in KdXVScreenInit()