Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/drivers/pci/
Dof.c33 node = of_pci_find_child_device(dev->bus->dev.of_node, dev->devfn); in pci_set_of_node()
132 struct device_node *of_pci_find_child_device(struct device_node *parent, in of_pci_find_child_device() function
156 EXPORT_SYMBOL_GPL(of_pci_find_child_device);
/Linux-v6.6/arch/powerpc/platforms/powermac/
Dpci.c181 np = of_pci_find_child_device(bus->dev.of_node, devfn); in chaos_map_bus()