Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/macintosh/
Dwindfarm_smu_controls.c269 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
274 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
289 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
293 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
Dwindfarm_smu_sensors.c433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux-5.19.10/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-5.19.10/arch/arm/mach-mvebu/
Dmvebu-soc-id.c74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/linux-5.19.10/drivers/pinctrl/freescale/
Dpinctrl-mxs.c408 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt()
467 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt()
469 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
/linux-5.19.10/arch/powerpc/platforms/pseries/
Ddlpar.c262 child = of_get_next_child(dn, NULL); in dlpar_detach_node()
265 child = of_get_next_child(dn, child); in dlpar_detach_node()
Dreconfig.c72 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
/linux-5.19.10/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-5.19.10/sound/soc/generic/
Daudio-graph-card2.c334 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
898 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
1088 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
/linux-5.19.10/include/linux/
Dof.h288 extern struct device_node *of_get_next_child(const struct device_node *node,
523 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1358 for (child = of_get_next_child(parent, NULL); child != NULL; \
1359 child = of_get_next_child(parent, child))
/linux-5.19.10/drivers/video/
Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/linux-5.19.10/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_core.c126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/linux-5.19.10/sound/ppc/
Dtumbler.c1063 for (np = of_get_next_child(gpiop, NULL); np; in find_audio_device()
1064 np = of_get_next_child(gpiop, np)) { in find_audio_device()
1083 for (np = of_get_next_child(gpiop, NULL); np; in find_compatible_audio_device()
1084 np = of_get_next_child(gpiop, np)) { in find_compatible_audio_device()
/linux-5.19.10/drivers/mtd/nand/raw/
Dndfc.c159 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
Dfsl_upm.c54 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/linux-5.19.10/sound/aoa/core/
Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/linux-5.19.10/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-5.19.10/arch/powerpc/platforms/powermac/
Dpfunc_base.c314 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
/linux-5.19.10/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-5.19.10/sound/aoa/soundbus/i2sbus/
Dcore.c344 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()
/linux-5.19.10/drivers/pci/controller/
Dpcie-xilinx.c463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
Dpcie-xilinx-cpm.c379 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_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()

12