Home
last modified time | relevance | path

Searched refs:of_get_next_child (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/macintosh/
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()
A Dmacio_asic.c475 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 Dwindfarm_smu_sensors.c432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
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()
/linux/drivers/pinctrl/freescale/
A Dpinctrl-mxs.c408 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 Dmvebu-soc-id.c74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/linux/arch/powerpc/platforms/pseries/
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()
A Dreconfig.c73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
/linux/include/linux/
A Dof.h288 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 Daudio-graph-card2.c319 *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 Drpc-if.c141 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
A Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/linux/drivers/video/
A Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/linux/sound/ppc/
A Dtumbler.c1063 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 Dmtk_mdp_core.c127 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/linux/drivers/mtd/nand/raw/
A Dndfc.c159 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
A Dfsl_upm.c54 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/linux/sound/aoa/core/
A Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/linux/drivers/gpu/drm/omapdrm/dss/
A Dsdi.c349 ep = of_get_next_child(port, NULL); in sdi_init_port()
/linux/arch/powerpc/platforms/powermac/
A Dpfunc_base.c314 for (np = NULL; (np = of_get_next_child(uninorth_node, np)) != NULL;) in uninorth_install_pfunc()
/linux/drivers/of/
A Dproperty.c679 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 Dcore.c344 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()
/linux/drivers/pci/controller/
A Dpcie-xilinx.c463 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
A Dpci-ftpci100.c345 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
A Dpcie-xilinx-cpm.c379 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()

Completed in 39 milliseconds

12