Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c285 xf86Entities[xf86NumEntities - 1]->entityPrivates = in xf86AllocateEntity()
654 nprivs = xnfreallocarray(pEnt->entityPrivates, in xf86AllocateEntityPrivateIndex()
658 pEnt->entityPrivates = nprivs; in xf86AllocateEntityPrivateIndex()
669 return &(xf86Entities[entityIndex]->entityPrivates[privIndex]); in xf86GetEntityPrivate()
H A Dxf86Bus.h55 DevUnion *entityPrivates; member