Searched refs:of_pci_find_child_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dof_pci.h12 struct device_node *of_pci_find_child_device(struct device_node *parent,
17 static inline struct device_node *of_pci_find_child_device(struct device_node *parent, function
/linux-master/drivers/pci/
H A Dof.c33 node = of_pci_find_child_device(dev->bus->dev.of_node, dev->devfn);
132 struct device_node *of_pci_find_child_device(struct device_node *parent, function
156 EXPORT_SYMBOL_GPL(of_pci_find_child_device); variable
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c181 np = of_pci_find_child_device(bus->dev.of_node, devfn);

Completed in 78 milliseconds