Searched refs:privIndex (Results 1 – 2 of 2) sorted by relevance
664 xf86GetEntityPrivate(int entityIndex, int privIndex) in xf86GetEntityPrivate() argument666 if (entityIndex >= xf86NumEntities || privIndex >= xf86EntityPrivateCount) in xf86GetEntityPrivate()669 return &(xf86Entities[entityIndex]->entityPrivates[privIndex]); in xf86GetEntityPrivate()
168 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);