Searched refs:of_create_pci_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci_of_scan.c | 124 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev() function 195 EXPORT_SYMBOL(of_create_pci_dev); 336 dev = of_create_pci_dev(dn, bus, devfn); in of_scan_pci_dev()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pci.h | 126 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | rpadlpar_core.c | 152 dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); in dlpar_pci_add_bus()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | pci.c | 248 static struct pci_dev *of_create_pci_dev(struct pci_pbm_info *pbm, in of_create_pci_dev() function 570 dev = of_create_pci_dev(pbm, child, bus, devfn); in pci_of_scan_bus()
|