Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A 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.3-rc2/arch/arm/mach-mvebu/
A Dmvebu-soc-id.c71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/linux-6.3-rc2/drivers/pinctrl/freescale/
A 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.3-rc2/arch/powerpc/platforms/pseries/
A 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()
A Dreconfig.c73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
/linux-6.3-rc2/drivers/mtd/hyperbus/
A Drpc-if.c145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
A Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/linux-6.3-rc2/sound/soc/generic/
A Daudio-graph-card2.c334 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
897 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
1100 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
A Daudio-graph-card.c455 cpu_ep = of_get_next_child(cpu_port, cpu_ep); in __graph_for_each_link()
/linux-6.3-rc2/include/linux/
A Dof.h299 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
1408 for (child = of_get_next_child(parent, NULL); child != NULL; \
1409 child = of_get_next_child(parent, child))
/linux-6.3-rc2/drivers/video/
A Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/linux-6.3-rc2/drivers/mfd/
A Dqcom-spmi-pmic.c109 other_usid = of_get_next_child(spmi_bus, other_usid); in qcom_pmic_get_base_usid()
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp/
A Dmtk_mdp_core.c126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dndfc.c159 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
A Dfsl_upm.c54 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Dsdi.c349 ep = of_get_next_child(port, NULL); in sdi_init_port()
A Ddpi.c712 ep = of_get_next_child(port, NULL); in dpi_init_port()
/linux-6.3-rc2/sound/aoa/core/
A Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dpfunc_base.c316 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_smu_sensors.c433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux-6.3-rc2/drivers/of/
A 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.3-rc2/drivers/pci/controller/
A Dpci-ftpci100.c332 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
A Dpcie-xilinx.c463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
A Dpcie-xilinx-cpm.c404 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
/linux-6.3-rc2/sound/aoa/soundbus/i2sbus/
A Dcore.c349 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()

Completed in 36 milliseconds

12