/linux-6.1.9/drivers/macintosh/ |
D | windfarm_smu_controls.c | 269 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()
|
D | windfarm_smu_sensors.c | 433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss-of.c | 49 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.1.9/arch/arm/mach-mvebu/ |
D | mvebu-soc-id.c | 71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
/linux-6.1.9/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 408 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-6.1.9/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 262 child = of_get_next_child(dn, NULL); in dlpar_detach_node() 265 child = of_get_next_child(dn, child); in dlpar_detach_node()
|
D | reconfig.c | 73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
|
/linux-6.1.9/drivers/mtd/hyperbus/ |
D | rpc-if.c | 145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
|
D | hbmc-am654.c | 174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
|
/linux-6.1.9/sound/soc/generic/ |
D | audio-graph-card2.c | 334 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep() 896 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c() 1099 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
|
/linux-6.1.9/include/linux/ |
D | of.h | 288 extern struct device_node *of_get_next_child(const struct device_node *node, 521 static inline struct device_node *of_get_next_child( in of_get_next_child() function 1357 for (child = of_get_next_child(parent, NULL); child != NULL; \ 1358 child = of_get_next_child(parent, child))
|
/linux-6.1.9/drivers/video/ |
D | of_display_timing.c | 169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/linux-6.1.9/drivers/mfd/ |
D | qcom-spmi-pmic.c | 109 other_usid = of_get_next_child(spmi_bus, other_usid); in qcom_pmic_get_base_usid()
|
/linux-6.1.9/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_core.c | 126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | ndfc.c | 159 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
D | fsl_upm.c | 54 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
/linux-6.1.9/sound/aoa/core/ |
D | gpio-feature.c | 75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | sdi.c | 349 ep = of_get_next_child(port, NULL); in sdi_init_port()
|
D | dpi.c | 712 ep = of_get_next_child(port, NULL); in dpi_init_port()
|
/linux-6.1.9/arch/powerpc/platforms/powermac/ |
D | pfunc_base.c | 316 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
|
/linux-6.1.9/drivers/of/ |
D | property.c | 683 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.1.9/drivers/pci/controller/ |
D | pcie-xilinx.c | 463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
|
D | pci-ftpci100.c | 332 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
|
D | pcie-xilinx-cpm.c | 405 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
|
/linux-6.1.9/sound/aoa/soundbus/i2sbus/ |
D | core.c | 349 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()
|