Searched refs:of_scan_pci_bridge (Results 1 - 4 of 4) sorted by path

/linux-master/arch/powerpc/include/asm/
H A Dpci.h103 extern void of_scan_pci_bridge(struct pci_dev *dev);
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c243 * of_scan_pci_bridge - Set up a PCI bridge and scan for child nodes
250 void of_scan_pci_bridge(struct pci_dev *dev) function
262 pr_debug("of_scan_pci_bridge(%pOF)\n", node);
346 EXPORT_SYMBOL(of_scan_pci_bridge); variable
420 of_scan_pci_bridge(dev);
/linux-master/arch/sparc/kernel/
H A Dpci.c417 static void of_scan_pci_bridge(struct pci_pbm_info *pbm, function
430 pci_info(dev, "of_scan_pci_bridge(%pOF)\n", node);
583 of_scan_pci_bridge(pbm, child, dev);
/linux-master/drivers/pci/hotplug/
H A Drpadlpar_core.c156 of_scan_pci_bridge(dev);

Completed in 177 milliseconds