Home
last modified time | relevance | path

Searched refs:of_get_next_child (Results 1 - 25 of 91) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_smu_controls.c268 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
273 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
288 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
292 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
H A Dmacio_asic.c477 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
494 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
507 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H A Dnv_of.c46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c408 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt()
455 * of_get_next_child(np, * child) 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()
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c411 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt()
458 * of_get_next_child(np, * child) 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()
/kernel/linux/linux-5.10/drivers/mtd/hyperbus/
H A Drpc-if.c143 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/
H A Drpc-if.c145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Ddlpar.c263 child = of_get_next_child(dn, NULL); in dlpar_detach_node()
266 child = of_get_next_child(dn, child); in dlpar_detach_node()
H A Dreconfig.c73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H 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()
/kernel/linux/linux-6.6/sound/soc/generic/
H A 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()
H A 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()
/kernel/linux/linux-5.10/drivers/video/
H A Dof_display_timing.c168 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/kernel/linux/linux-6.6/drivers/video/
H A Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h288 extern struct device_node *of_get_next_child(const struct device_node *node,
524 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1278 for (child = of_get_next_child(parent, NULL); child != NULL; \
1279 child = of_get_next_child(parent, child))
/kernel/linux/linux-5.10/sound/ppc/
H A Dtumbler.c1053 for (np = of_get_next_child(gpiop, NULL); np; in find_audio_device()
1054 np = of_get_next_child(gpiop, np)) { in find_audio_device()
1073 for (np = of_get_next_child(gpiop, NULL); np; in find_compatible_audio_device()
1074 np = of_get_next_child(gpiop, np)) { in find_compatible_audio_device()
/kernel/linux/linux-6.6/include/linux/
H A 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))
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c314 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dndfc.c160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
H A Dfsl_upm.c55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c316 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()

Completed in 20 milliseconds

1234