Home
last modified time | relevance | path

Searched refs:pci_host_common_probe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/controller/
H A Dpci-host-common.c81 int pci_host_common_probe(struct platform_device *pdev) in pci_host_common_probe() function
96 EXPORT_SYMBOL_GPL(pci_host_common_probe);
H A Dpci-host-common.h15 int pci_host_common_probe(struct platform_device *pdev);
H A Dpci-host-generic.c86 .probe = pci_host_common_probe,
H A Dpci-thunder-ecam.c360 .probe = pci_host_common_probe,
H A Dpci-thunder-pem.c476 .probe = pci_host_common_probe,
/linux/drivers/pci/controller/dwc/
H A Dpcie-hisi.c171 .probe = pci_host_common_probe,
/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c800 return pci_host_common_probe(pdev); in mc_host_probe()