/Linux-v4.19/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 | macio_asic.c | 482 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 499 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 512 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
|
D | windfarm_lm87_sensor.c | 113 while ((np = of_get_next_child(client->dev.of_node, np)) != NULL) { in wf_lm87_probe()
|
D | windfarm_smu_sensors.c | 427 (sensors = of_get_next_child(smu, sensors)) != NULL;) in smu_sensors_init() 435 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
D | rack-meter.c | 379 while ((i2s = of_get_next_child(mdev->ofdev.dev.of_node, i2s)) != NULL) in rackmeter_probe() 387 while ((np = of_get_next_child(i2s, np)) != NULL) { in rackmeter_probe()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss-of.c | 57 port = of_get_next_child(ports, prev); in omapdss_of_get_next_port() 82 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | pfunc_base.c | 105 (gparent = of_get_next_child(macio->of_node, gparent)) != NULL;) in macio_gpio_init_one() 118 for (gp = NULL; (gp = of_get_next_child(gparent, gp)) != NULL;) { in macio_gpio_init_one() 137 for (gp = NULL; (gp = of_get_next_child(gparent, gp)) != NULL;) in macio_gpio_init_one() 315 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
|
D | udbg_scc.c | 87 for (ch = NULL; (ch = of_get_next_child(escc, ch)) != NULL;) { in udbg_scc_init()
|
D | low_i2c.c | 619 child = of_get_next_child(np, NULL); in kw_i2c_probe() 637 (child = of_get_next_child(np, child)) != NULL;) { in kw_i2c_probe() 921 (busnode = of_get_next_child(controller, busnode)) != NULL;) { in smu_i2c_probe() 1202 (np = of_get_next_child(bus->busnode, np)) != NULL;) { in pmac_i2c_devscan()
|
/Linux-v4.19/sound/soc/generic/ |
D | audio-graph-scu-card.c | 211 cpu_ep = of_get_next_child(cpu_port, NULL); in asoc_graph_card_parse_of() 247 cpu_ep = of_get_next_child(cpu_port, NULL); in asoc_graph_card_parse_of() 306 cpu_ep = of_get_next_child(cpu_port, NULL); in asoc_graph_get_dais_count()
|
/Linux-v4.19/drivers/video/fbdev/nvidia/ |
D | nv_of.c | 46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
|
/Linux-v4.19/arch/powerpc/platforms/pasemi/ |
D | misc.c | 64 while ((node = of_get_next_child(adap_node, node))) { in pasemi_register_i2c_devices()
|
/Linux-v4.19/arch/arm/mach-mvebu/ |
D | mvebu-soc-id.c | 74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
/Linux-v4.19/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-v4.19/sound/aoa/soundbus/i2sbus/ |
D | core.c | 179 while ((child = of_get_next_child(np, child))) { in i2sbus_add_dev() 344 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 265 child = of_get_next_child(dn, NULL); in dlpar_detach_node() 268 child = of_get_next_child(dn, child); in dlpar_detach_node()
|
/Linux-v4.19/arch/powerpc/platforms/52xx/ |
D | efika.c | 86 pcictrl = of_get_next_child(root, pcictrl); in efika_pcisetup()
|
/Linux-v4.19/include/linux/ |
D | of.h | 291 extern struct device_node *of_get_next_child(const struct device_node *node, 625 static inline struct device_node *of_get_next_child( in of_get_next_child() function 1214 for (child = of_get_next_child(parent, NULL); child != NULL; \ 1215 child = of_get_next_child(parent, child))
|
/Linux-v4.19/drivers/video/ |
D | of_display_timing.c | 166 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | vio.c | 369 dp = of_get_next_child(cdev_node, NULL); in vio_create_one() 374 dp = of_get_next_child(cdev_node, dp); in vio_create_one()
|
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_core.c | 121 if (of_get_next_child(dev->of_node, NULL)) { in mtk_mdp_probe()
|
/Linux-v4.19/drivers/of/ |
D | property.c | 636 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint() 646 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
|
/Linux-v4.19/sound/ppc/ |
D | tumbler.c | 1067 for (np = of_get_next_child(gpiop, NULL); np; in find_audio_device() 1068 np = of_get_next_child(gpiop, np)) { in find_audio_device() 1087 for (np = of_get_next_child(gpiop, NULL); np; in find_compatible_audio_device() 1088 np = of_get_next_child(gpiop, np)) { in find_compatible_audio_device()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | rpadlpar_core.c | 49 while ((dn = of_get_next_child(parent, dn))) { in find_vio_slot_node()
|
/Linux-v4.19/drivers/hwmon/ |
D | ads1015.c | 184 || !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()
|