Lines Matching refs:pPci
182 pciVideoPtr pPci;
224 pPci = xf86GetPciInfoForEntity(usedChips[i]);
227 if (pci_device_has_kernel_driver(pPci)) {
230 pPci->device_id, pPci->bus, pPci->domain, pPci->dev, pPci->func);
234 xf86UnclaimPciSlot(pPci);
236 xf86UnclaimPciSlot(pPci, devSections[0]);
243 if (pPci && (PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5462 ||
244 PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5464 ||
245 PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5464BD ||
246 PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5465)) {