| /linux/drivers/macintosh/ |
| 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()
|
| A D | macio_asic.c | 475 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 492 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 505 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
|
| A D | windfarm_smu_sensors.c | 432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| 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()
|
| /linux/drivers/pinctrl/freescale/ |
| A 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/arch/arm/mach-mvebu/ |
| A D | mvebu-soc-id.c | 74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
| /linux/arch/powerpc/platforms/pseries/ |
| 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()
|
| A D | reconfig.c | 73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
|
| /linux/include/linux/ |
| A D | of.h | 288 extern struct device_node *of_get_next_child(const struct device_node *node, 656 static inline struct device_node *of_get_next_child( in of_get_next_child() function 1302 for (child = of_get_next_child(parent, NULL); child != NULL; \ 1303 child = of_get_next_child(parent, child))
|
| /linux/sound/soc/generic/ |
| A D | audio-graph-card2.c | 319 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep() 877 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c() 1066 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
|
| /linux/drivers/mtd/hyperbus/ |
| A D | rpc-if.c | 141 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
|
| A D | hbmc-am654.c | 174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
|
| /linux/drivers/video/ |
| A D | of_display_timing.c | 169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
| /linux/sound/ppc/ |
| A D | tumbler.c | 1063 for (np = of_get_next_child(gpiop, NULL); np; in find_audio_device() 1064 np = of_get_next_child(gpiop, np)) { in find_audio_device() 1083 for (np = of_get_next_child(gpiop, NULL); np; in find_compatible_audio_device() 1084 np = of_get_next_child(gpiop, np)) { in find_compatible_audio_device()
|
| /linux/drivers/media/platform/mtk-mdp/ |
| A D | mtk_mdp_core.c | 127 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
|
| /linux/drivers/mtd/nand/raw/ |
| A D | ndfc.c | 159 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
| A D | fsl_upm.c | 54 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
| /linux/sound/aoa/core/ |
| A D | gpio-feature.c | 75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | sdi.c | 349 ep = of_get_next_child(port, NULL); in sdi_init_port()
|
| /linux/arch/powerpc/platforms/powermac/ |
| A D | pfunc_base.c | 314 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
|
| /linux/drivers/of/ |
| A D | property.c | 679 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint() 689 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
|
| /linux/sound/aoa/soundbus/i2sbus/ |
| A D | core.c | 344 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()
|
| /linux/drivers/pci/controller/ |
| A D | pcie-xilinx.c | 463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
|
| A D | pci-ftpci100.c | 345 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
|
| A D | pcie-xilinx-cpm.c | 379 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
|