Home
last modified time | relevance | path

Searched refs:of_rescan_bus (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dpci.h112 extern void of_rescan_bus(struct device_node *node, struct pci_bus *bus);
/Linux-v4.19/arch/powerpc/kernel/
Dpci_of_scan.c395 void of_rescan_bus(struct device_node *node, struct pci_bus *bus) in of_rescan_bus() function
399 EXPORT_SYMBOL_GPL(of_rescan_bus);
Dpci-hotplug.c122 of_rescan_bus(dn, bus); in pci_hp_add_devices()