Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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, in of_pci_find_child_device() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dof.c23 dev->dev.of_node = of_pci_find_child_device(dev->bus->dev.of_node, in pci_set_of_node()
118 struct device_node *of_pci_find_child_device(struct device_node *parent, in of_pci_find_child_device() function
142 EXPORT_SYMBOL_GPL(of_pci_find_child_device);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c180 np = of_pci_find_child_device(bus->dev.of_node, devfn); in chaos_map_bus()