Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c664 xf86GetEntityPrivate(int entityIndex, int privIndex) in xf86GetEntityPrivate() argument
666 if (entityIndex >= xf86NumEntities || privIndex >= xf86EntityPrivateCount) in xf86GetEntityPrivate()
669 return &(xf86Entities[entityIndex]->entityPrivates[privIndex]); in xf86GetEntityPrivate()
H A Dxf86.h168 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);