Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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()
H A Dwindfarm_smu_sensors.c432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnv_of.c46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
/OK3568_Linux_fs/kernel/drivers/pinctrl/freescale/
H 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c74 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h288 extern struct device_node *of_get_next_child(const struct device_node *node,
640 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1275 for (child = of_get_next_child(parent, NULL); child != NULL; \
1276 child = of_get_next_child(parent, child))
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc145 of_get_next_child
/OK3568_Linux_fs/kernel/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()
H A Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/OK3568_Linux_fs/kernel/drivers/video/
H A Dof_display_timing.c168 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_core.c127 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/aoa/core/
H A Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c350 ep = of_get_next_child(port, NULL); in sdi_init_port()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c661 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint()
671 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c48 while ((dpmac = of_get_next_child(dpmacs, dpmac)) != NULL) { in dpaa2_mac_get_node()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-xilinx.c506 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_pcie_init_irq_domain()
/OK3568_Linux_fs/kernel/sound/aoa/soundbus/i2sbus/
H A Dcore.c349 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe()

123