Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c56 static int xf86EntityPrivateCount = 0; variable
286 xnfcalloc(xf86EntityPrivateCount, sizeof(DevUnion)); in xf86AllocateEntity()
651 idx = xf86EntityPrivateCount++; in xf86AllocateEntityPrivateIndex()
655 xf86EntityPrivateCount, sizeof(DevUnion)); in xf86AllocateEntityPrivateIndex()
666 if (entityIndex >= xf86NumEntities || privIndex >= xf86EntityPrivateCount) in xf86GetEntityPrivate()