Lines Matching refs:pEnt
538 EntityPtr pEnt = xf86Entities[k];
539 if (pEnt->bus.type != BUS_PCI)
541 if (pEnt->bus.id.pci == pPci) {
973 EntityPtr pEnt = xf86Entities[j];
974 if (pEnt->bus.type != BUS_PCI)
976 if (pEnt->bus.id.pci == pPci) {
1000 xf86ConfigPciEntityInactive(EntityInfoPtr pEnt, PciChipsets *p_chip,
1006 if ((pScrn = xf86FindScreenForEntity(pEnt->index)))
1007 xf86RemoveEntityFromScreen(pScrn,pEnt->index);
1010 xf86SetEntityFuncs(pEnt->index,init,enter,leave,private);
1018 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex);
1019 if (!pEnt) return pScrn;
1021 if (!(pEnt->location.type == BUS_PCI)
1023 free(pEnt);
1026 if (!pEnt->active) {
1027 xf86ConfigPciEntityInactive(pEnt, p_chip, init, enter,
1029 free(pEnt);
1034 pScrn = xf86AllocateScreen(pEnt->driver,scrnFlag);
1042 free(pEnt);
1058 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex);
1059 if (!pEnt) return FALSE;
1061 if (!pEnt->active || !(pEnt->location.type == BUS_PCI)) {
1062 free(pEnt);
1067 free(pEnt);