Searched refs:xf86CheckPciSlot (Results 1 – 3 of 3) sorted by relevance
215 if (xf86CheckPciSlot(d)) { in xf86ClaimPciSlot()413 xf86CheckPciSlot(const struct pci_device *d) in xf86CheckPciSlot() function456 if (xf86CheckPciSlot(pPci)) { in xf86PciAddMatchingDev()537 if ((devList[i]->screen == 0) && !xf86CheckPciSlot(pPci)) in xf86PciProbeDev()740 if (xf86CheckPciSlot(pPci)) { in xf86MatchPciInstances()859 if (xf86CheckPciSlot(pPci) && pciDeviceHasBars(pPci)) { in xf86MatchPciInstances()975 if (instances[i].screen == 0 && !xf86CheckPciSlot(pPci)) in xf86MatchPciInstances()
104 extern _X_EXPORT Bool xf86CheckPciSlot(const struct pci_device *);
168895 xf86GetPciEntity was folded into the only place (xf86CheckPciSlot) in174246 Refector xf86CheckPciSlot to use xf86GetPciEntity.