Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c113 static DevPrivateKeyRec XF86XVScreenPrivateKey; variable
121 ((XF86XVScreenPtr)(dixGetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey)))
241 if (!dixRegisterPrivateKey(&XF86XVScreenPrivateKey, PRIVATE_SCREEN, 0)) in xf86XVScreenInit()
249 dixSetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey, ScreenPriv); in xf86XVScreenInit()