Home
last modified time | relevance | path

Searched refs:of_pci_find_child_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dof_pci.h13 struct device_node *of_pci_find_child_device(struct device_node *parent,
26 static inline struct device_node *of_pci_find_child_device(struct device_node *parent, in of_pci_find_child_device() function
/linux-4.1.27/drivers/of/
Dof_pci.c21 struct device_node *of_pci_find_child_device(struct device_node *parent, in of_pci_find_child_device() function
45 EXPORT_SYMBOL_GPL(of_pci_find_child_device);
/linux-4.1.27/drivers/pci/
Dof.c22 dev->dev.of_node = of_pci_find_child_device(dev->bus->dev.of_node, in pci_set_of_node()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpci.c184 np = of_pci_find_child_device(bus->dev.of_node, devfn); in chaos_map_bus()