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

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c72 _X_EXPORT int gRADEONEntityIndex = -1; variable in typeref:typename:_X_EXPORT int
162 if (gRADEONEntityIndex == -1)
163 gRADEONEntityIndex = xf86AllocateEntityPrivateIndex();
166 gRADEONEntityIndex);
258 if (gRADEONEntityIndex == -1)
259 gRADEONEntityIndex = xf86AllocateEntityPrivateIndex();
262 gRADEONEntityIndex);
H A Dradeon_kms.c168 extern _X_EXPORT int gRADEONEntityIndex;
172 return gRADEONEntityIndex;
206 pPriv = xf86GetEntityPrivate(pEnt->index, gRADEONEntityIndex);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c94 _X_EXPORT int gRADEONEntityIndex = -1; variable in typeref:typename:_X_EXPORT int
209 if (gRADEONEntityIndex == -1)
210 gRADEONEntityIndex = xf86AllocateEntityPrivateIndex();
213 gRADEONEntityIndex);
H A Dradeon_kms.c136 extern _X_EXPORT int gRADEONEntityIndex;
140 return gRADEONEntityIndex;
H A Dradeon_driver.c214 extern _X_EXPORT int gRADEONEntityIndex;
218 return gRADEONEntityIndex;

Completed in 15 milliseconds