Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_priv.h217 extern DevPrivateKeyRec exaScreenPrivateKeyRec;
219 #define exaScreenPrivateKey (&exaScreenPrivateKeyRec)
H A Dexa.c40 DevPrivateKeyRec exaScreenPrivateKeyRec; variable
878 if (!dixRegisterPrivateKey(&exaScreenPrivateKeyRec, PRIVATE_SCREEN, sizeof(ExaScreenPrivRec))) { in exaDriverInit()