Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c49 port = of_get_next_child(ports, prev); in omapdss_of_get_next_port()
74 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
/linux-6.6.21/arch/arm/mach-mvebu/
Dmvebu-soc-id.c71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/linux-6.6.21/drivers/pinctrl/freescale/
Dpinctrl-mxs.c411 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt()
470 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt()
472 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
/linux-6.6.21/arch/powerpc/platforms/pseries/
Ddlpar.c253 child = of_get_next_child(dn, NULL); in dlpar_detach_node()
256 child = of_get_next_child(dn, child); in dlpar_detach_node()
Dreconfig.c73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
/linux-6.6.21/drivers/mtd/hyperbus/
Drpc-if.c145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/linux-6.6.21/sound/soc/generic/
Daudio-graph-card2.c346 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
804 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
1018 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
Dsimple-card.c389 node = of_get_next_child(top, node); in __simple_for_each_link()
453 node = of_get_next_child(top, node); in __simple_for_each_link()
Daudio-graph-card.c350 cpu_ep = of_get_next_child(cpu_port, cpu_ep); in __graph_for_each_link()
/linux-6.6.21/drivers/video/
Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/linux-6.6.21/include/linux/
Dof.h293 extern struct device_node *of_get_next_child(const struct device_node *node,
532 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1429 for (child = of_get_next_child(parent, NULL); child != NULL; \
1430 child = of_get_next_child(parent, child))
/linux-6.6.21/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_core.c126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/linux-6.6.21/drivers/mtd/nand/raw/
Dndfc.c160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
Dfsl_upm.c55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/linux-6.6.21/sound/aoa/core/
Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/
Dsdi.c349 ep = of_get_next_child(port, NULL); in sdi_init_port()
Ddpi.c712 ep = of_get_next_child(port, NULL); in dpi_init_port()
/linux-6.6.21/arch/powerpc/platforms/powermac/
Dpfunc_base.c316 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
/linux-6.6.21/drivers/macintosh/
Dwindfarm_smu_sensors.c433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux-6.6.21/drivers/of/
Dproperty.c683 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint()
693 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
/linux-6.6.21/drivers/pci/controller/
Dpcie-xilinx.c463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
Dpci-ftpci100.c331 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
Dpcie-xilinx-cpm.c404 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
/linux-6.6.21/sound/aoa/soundbus/i2sbus/
Dcore.c349 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()

12