Home
last modified time | relevance | path

Searched refs:of_get_next_child (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/include/linux/
Dof.h296 extern struct device_node *of_get_next_child(const struct device_node *node,
630 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1225 for (child = of_get_next_child(parent, NULL); child != NULL; \
1226 child = of_get_next_child(parent, child))
/linux-4.19.296/drivers/of/
Dproperty.c636 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint()
646 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
Dbase.c746 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() function
757 EXPORT_SYMBOL(of_get_next_child);
/linux-4.19.296/drivers/pci/hotplug/
Drpadlpar_core.c49 while ((dn = of_get_next_child(parent, dn))) { in find_vio_slot_node()
/linux-4.19.296/drivers/pci/controller/
Dpcie-xilinx.c509 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_pcie_init_irq_domain()
Dpci-ftpci100.c345 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
Dpcie-xilinx-nwl.c553 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
Dpcie-rockchip-host.c718 struct device_node *intc = of_get_next_child(dev->of_node, NULL); in rockchip_pcie_init_irq_domain()
Dpci-aardvark.c997 pcie_intc_node = of_get_next_child(node, NULL); in advk_pcie_init_irq_domain()
Dpcie-mediatek.c561 pcie_intc_node = of_get_next_child(node, NULL); in mtk_pcie_init_irq_domain()
/linux-4.19.296/drivers/pci/controller/dwc/
Dpci-dra7xx.c237 struct device_node *pcie_intc_node = of_get_next_child(node, NULL); in dra7xx_pcie_init_irq_domain()
/linux-4.19.296/drivers/edac/
Dcpc925_edac.c612 while ((cpunode = of_get_next_child(cpus, cpunode)) != NULL) { in cpc925_cpu_mask_disabled()
/linux-4.19.296/drivers/iio/adc/
Dti-ads1015.c865 !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()