Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dpci_of_scan.c124 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev() function
197 EXPORT_SYMBOL(of_create_pci_dev);
325 dev = of_create_pci_dev(child, bus, devfn); in __of_scan_bus()
/linux-3.4.99/arch/microblaze/include/asm/
Dpci.h119 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
/linux-3.4.99/arch/powerpc/include/asm/
Dpci.h166 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
/linux-3.4.99/drivers/pci/hotplug/
Drpadlpar_core.c152 dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); in dlpar_pci_add_bus()
/linux-3.4.99/arch/sparc/kernel/
Dpci.c246 static struct pci_dev *of_create_pci_dev(struct pci_pbm_info *pbm, in of_create_pci_dev() function
627 dev = of_create_pci_dev(pbm, child, bus, devfn); in pci_of_scan_bus()