/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_smu_controls.c | 268 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 D | macio_asic.c | 477 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 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nv_of.c | 46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | mvebu-soc-id.c | 74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | mvebu-soc-id.c | 71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/ |
H A D | pinctrl-mxs.c | 408 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 D | pinctrl-mxs.c | 411 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 D | rpc-if.c | 143 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 D | rpc-if.c | 145 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 D | dlpar.c | 263 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 D | reconfig.c | 73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 253 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 D | audio-graph-card2.c | 346 *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 D | simple-card.c | 389 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 D | of_display_timing.c | 168 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | of_display_timing.c | 169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 288 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 D | tumbler.c | 1053 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 D | of.h | 293 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 D | pfunc_base.c | 314 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 D | ndfc.c | 160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
H A D | fsl_upm.c | 55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | pfunc_base.c | 316 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
|