Home
last modified time | relevance | path

Searched refs:of_get_child_by_name (Results 1 – 25 of 157) sorted by relevance

1234567

/Linux-v5.4/sound/soc/qcom/
Dcommon.c62 cpu = of_get_child_by_name(np, "cpu"); in qcom_snd_parse_of()
63 platform = of_get_child_by_name(np, "platform"); in qcom_snd_parse_of()
64 codec = of_get_child_by_name(np, "codec"); in qcom_snd_parse_of()
Dapq8016_sbc.c164 cpu = of_get_child_by_name(np, "cpu"); in apq8016_sbc_parse_of()
165 codec = of_get_child_by_name(np, "codec"); in apq8016_sbc_parse_of()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c33 ports = of_get_child_by_name(parent, "ports"); in omapdss_of_get_next_port()
37 port = of_get_child_by_name(parent, "port"); in omapdss_of_get_next_port()
Domapdss-boot-init.c144 n = of_get_child_by_name(node, "ports"); in omapdss_walk_device()
146 n = of_get_child_by_name(node, "port"); in omapdss_walk_device()
/Linux-v5.4/drivers/base/
Darch_topology.c281 t = of_get_child_by_name(core, name); in parse_core()
336 c = of_get_child_by_name(cluster, name); in parse_cluster()
351 c = of_get_child_by_name(cluster, name); in parse_cluster()
402 map = of_get_child_by_name(cn, "cpu-map"); in parse_dt_topology()
/Linux-v5.4/drivers/phy/tegra/
Dxusb.c78 pads = of_get_child_by_name(padctl->dev->of_node, "pads"); in tegra_xusb_find_pad_node()
82 np = of_get_child_by_name(pads, name); in tegra_xusb_find_pad_node()
93 lanes = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_find_phy_node()
97 np = of_get_child_by_name(lanes, pad->soc->lanes[index].name); in tegra_xusb_pad_find_phy_node()
183 children = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_register()
439 ports = of_get_child_by_name(padctl->dev->of_node, "ports"); in tegra_xusb_find_port_node()
448 np = of_get_child_by_name(ports, name); in tegra_xusb_find_port_node()
869 np = of_get_child_by_name(np, "pads"); in tegra_xusb_padctl_probe()
/Linux-v5.4/drivers/remoteproc/
Dqcom_common.c54 glink->node = of_get_child_by_name(dev->parent->of_node, "glink-edge"); in qcom_add_glink_subdev()
150 smd->node = of_get_child_by_name(dev->parent->of_node, "smd-edge"); in qcom_add_smd_subdev()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Domapdss-boot-init.c141 n = of_get_child_by_name(node, "ports"); in omapdss_walk_device()
143 n = of_get_child_by_name(node, "port"); in omapdss_walk_device()
Dbase.c337 n = of_get_child_by_name(node, "ports"); in omapdss_walk_device()
339 n = of_get_child_by_name(node, "port"); in omapdss_walk_device()
/Linux-v5.4/drivers/video/
Dof_display_timing.c127 timing_np = of_get_child_by_name(np, name); in of_get_display_timing()
153 timings_np = of_get_child_by_name(np, "display-timings"); in of_get_display_timings()
/Linux-v5.4/drivers/regulator/
Dmc13xxx-regulator-core.c148 parent = of_get_child_by_name(pdev->dev.parent->of_node, "regulators"); in mc13xxx_get_num_regulators_dt()
170 parent = of_get_child_by_name(pdev->dev.parent->of_node, "regulators"); in mc13xxx_parse_regulators_dt()
/Linux-v5.4/sound/soc/samsung/
Dsnow.c161 cpu = of_get_child_by_name(dev->of_node, "cpu"); in snow_probe()
174 codec = of_get_child_by_name(dev->of_node, "codec"); in snow_probe()
Dodroid.c244 cpu = of_get_child_by_name(dev->of_node, "cpu"); in odroid_audio_probe()
245 codec = of_get_child_by_name(dev->of_node, "codec"); in odroid_audio_probe()
/Linux-v5.4/drivers/usb/common/
Dulpi.c183 np = of_get_child_by_name(parent->of_node, "ulpi"); in ulpi_of_register()
185 np = of_get_child_by_name(parent->parent->of_node, "ulpi"); in ulpi_of_register()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsetup.c49 np = of_get_child_by_name(fw_features, name); in fw_feature_is()
111 fw_features = of_get_child_by_name(np, "fw-features"); in pnv_setup_rfi_flush()
/Linux-v5.4/drivers/i2c/
Di2c-mux.c360 mux_node = of_get_child_by_name(dev_node, "i2c-arb"); in i2c_mux_add_adapter()
362 mux_node = of_get_child_by_name(dev_node, "i2c-gate"); in i2c_mux_add_adapter()
364 mux_node = of_get_child_by_name(dev_node, "i2c-mux"); in i2c_mux_add_adapter()
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_du_encoder.c38 ports = of_get_child_by_name(node, "ports"); in rcar_du_encoder_count_ports()
/Linux-v5.4/drivers/of/
Dof_mdio.c433 dn = of_get_child_by_name(np, "fixed-link"); in of_phy_is_fixed_link()
466 fixed_link_node = of_get_child_by_name(np, "fixed-link"); in of_phy_register_fixed_link()
Doverlay.c763 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset()
770 node = of_get_child_by_name(tree, "__symbols__"); in init_overlay_changeset()
784 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset()
804 node = of_get_child_by_name(tree, "__symbols__"); in init_overlay_changeset()
/Linux-v5.4/drivers/mfd/
Dti_am335x_tscadc.c142 node = of_get_child_by_name(pdev->dev.of_node, "tsc"); in ti_tscadc_probe()
146 node = of_get_child_by_name(pdev->dev.of_node, "adc"); in ti_tscadc_probe()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dlvds-encoder.c87 endpoint = of_get_child_by_name(port, "endpoint"); in lvds_encoder_probe()
/Linux-v5.4/drivers/clk/ti/
Dclk.c174 node = of_get_child_by_name(parent, "clk"); in ti_dt_clocks_register()
327 clocks = of_get_child_by_name(parent, "clocks"); in omap2_clk_provider_init()
/Linux-v5.4/drivers/clk/davinci/
Dpll.c768 child = of_get_child_by_name(node, "pllout"); in of_davinci_pll_init()
773 child = of_get_child_by_name(node, "sysclk"); in of_davinci_pll_init()
811 child = of_get_child_by_name(node, "auxclk"); in of_davinci_pll_init()
826 child = of_get_child_by_name(node, "obsclk"); in of_davinci_pll_init()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dmedia-dev.h188 node = of_get_child_by_name(node, FIMC_IS_OF_NODE_NAME); in fimc_md_is_isp_available()
/Linux-v5.4/sound/soc/generic/
Dsimple-card.c283 plat = of_get_child_by_name(node, prop); in simple_dai_link_of()
364 node = of_get_child_by_name(top, PREFIX "dai-link"); in simple_for_each_link()
378 codec = of_get_child_by_name(node, is_top ? in simple_for_each_link()

1234567