Lines Matching refs:pEnt
533 EntityInfoPtr pEnt;
560 pEnt = xf86GetEntityInfo(usedChips[i]);
563 if (pEnt->chipset == VIA_CLE266 || pEnt->chipset == VIA_KM400) {
589 free(pEnt);
925 EntityInfoPtr pEnt;
949 pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
951 if (pEnt->resources) {
952 free(pEnt);
958 pVia->EntityIndex = pEnt->index;
970 free(pEnt);
998 pVia->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
1000 xf86RegisterResources(pEnt->index, NULL, ResNone);
1002 if (pEnt->device->chipset && *pEnt->device->chipset) {
1004 pScrn->chipset = pEnt->device->chipset;
1007 } else if (pEnt->device->chipID >= 0) {
1009 pVia->ChipId = pEnt->device->chipID;
1013 pEnt->device->chipID);
1023 if (pEnt->device->chipRev >= 0) {
1024 pVia->ChipRev = pEnt->device->chipRev;
1040 if (pEnt)
1041 free(pEnt);