Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dpci_of_scan.c175 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()
/arch/powerpc/include/asm/
Dpci.h98 extern struct pci_dev *of_create_pci_dev(struct device_node *node,
/arch/sparc/kernel/
Dpci.c264 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()