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