Searched refs:of_create_pci_dev (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci_of_scan.c | 175 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev() function 240 EXPORT_SYMBOL(of_create_pci_dev); 381 dev = of_create_pci_dev(dn, bus, devfn); in of_scan_pci_dev()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pci.h | 98 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpadlpar_core.c | 147 dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); in dlpar_pci_add_bus()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci.c | 264 static struct pci_dev *of_create_pci_dev(struct pci_pbm_info *pbm, in of_create_pci_dev() function 576 dev = of_create_pci_dev(pbm, child, bus, devfn); in pci_of_scan_bus()
|