Lines Matching refs:pEnt
551 EntityPtr pEnt = xf86Entities[k]; in xf86PciProbeDev() local
553 if (pEnt->bus.type != BUS_PCI) in xf86PciProbeDev()
555 if (pEnt->bus.id.pci == pPci) { in xf86PciProbeDev()
990 EntityPtr pEnt = xf86Entities[j]; in xf86MatchPciInstances() local
992 if (pEnt->bus.type != BUS_PCI) in xf86MatchPciInstances()
994 if (pEnt->bus.id.pci == pPci) { in xf86MatchPciInstances()
1018 xf86ConfigPciEntityInactive(EntityInfoPtr pEnt, PciChipsets * p_chip, in xf86ConfigPciEntityInactive() argument
1024 if ((pScrn = xf86FindScreenForEntity(pEnt->index))) in xf86ConfigPciEntityInactive()
1025 xf86RemoveEntityFromScreen(pScrn, pEnt->index); in xf86ConfigPciEntityInactive()
1033 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex); in xf86ConfigPciEntity() local
1038 if (!pEnt) in xf86ConfigPciEntity()
1041 if (!(pEnt->location.type == BUS_PCI) in xf86ConfigPciEntity()
1043 free(pEnt); in xf86ConfigPciEntity()
1046 if (!pEnt->active) { in xf86ConfigPciEntity()
1047 xf86ConfigPciEntityInactive(pEnt, p_chip, init, enter, leave, private); in xf86ConfigPciEntity()
1048 free(pEnt); in xf86ConfigPciEntity()
1053 pScrn = xf86AllocateScreen(pEnt->driver, scrnFlag); in xf86ConfigPciEntity()
1061 free(pEnt); in xf86ConfigPciEntity()