Home
last modified time | relevance | path

Searched refs:of_create_pci_dev (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dpci_of_scan.c124 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev() function
196 EXPORT_SYMBOL(of_create_pci_dev);
337 dev = of_create_pci_dev(dn, bus, devfn); in of_scan_pci_dev()
/linux-4.1.27/arch/microblaze/include/asm/
Dpci.h108 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
/linux-4.1.27/arch/powerpc/include/asm/
Dpci.h156 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
/linux-4.1.27/drivers/pci/hotplug/
Drpadlpar_core.c152 dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); in dlpar_pci_add_bus()
/linux-4.1.27/arch/sparc/kernel/
Dpci.c247 static struct pci_dev *of_create_pci_dev(struct pci_pbm_info *pbm, in of_create_pci_dev() function
573 dev = of_create_pci_dev(pbm, child, bus, devfn); in pci_of_scan_bus()