Searched refs:DPMSKey (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86DPMS.c50 static DevPrivateKey DPMSKey; variable in typeref:typename:DevPrivateKey
65 DPMSKey = &DPMSKeyRec;
70 pDPMS = dixLookupPrivate(&pScreen->devPrivates, DPMSKey);
108 if (DPMSKey == NULL)
111 pDPMS = dixLookupPrivate(&pScreen->devPrivates, DPMSKey);
130 DPMSKey = NULL;
149 if (DPMSKey == NULL)
161 pDPMS = dixLookupPrivate(&screenInfo.screens[i]->devPrivates, DPMSKey);
183 if (DPMSKey == NULL) {
190 pDPMS = dixLookupPrivate(&screenInfo.screens[i]->devPrivates, DPMSKey);
[all...]

Completed in 7 milliseconds