Lines Matching refs:drvp
209 xf86ClaimPciSlot(struct pci_device *d, DriverPtr drvp, in xf86ClaimPciSlot() argument
218 p->driver = drvp; in xf86ClaimPciSlot()
438 xf86PciAddMatchingDev(DriverPtr drvp) in xf86PciAddMatchingDev() argument
440 const struct pci_id_match *const devices = drvp->supported_devices; in xf86PciAddMatchingDev()
458 xf86AddBusDeviceToConfigure(drvp->driverName, BUS_PCI, in xf86PciAddMatchingDev()
482 xf86PciProbeDev(DriverPtr drvp) in xf86PciProbeDev() argument
487 const struct pci_id_match *const devices = drvp->supported_devices; in xf86PciProbeDev()
489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); in xf86PciProbeDev()
541 drvp->driverName, pPci->bus, pPci->dev, pPci->func); in xf86PciProbeDev()
544 entry = xf86ClaimPciSlot(pPci, drvp, device_id, in xf86PciProbeDev()
564 if ((*drvp->PciProbe) (drvp, entry, pPci, in xf86PciProbeDev()
655 GDevPtr * devList, int numDevs, DriverPtr drvp, in xf86MatchPciInstances() argument
742 xf86AddBusDeviceToConfigure(drvp->driverName, in xf86MatchPciInstances()
984 retEntities[numFound - 1] = xf86ClaimPciSlot(pPci, drvp, in xf86MatchPciInstances()