Searched refs:of_pci_find_child_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_pci.h | 12 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_pci.h | 12 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
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | of.c | 23 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); variable
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | of.c | 33 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); variable
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 180 np = of_pci_find_child_device(bus->dev.of_node, devfn); in chaos_map_bus()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 181 np = of_pci_find_child_device(bus->dev.of_node, devfn); in chaos_map_bus()
|
Completed in 9 milliseconds