/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss-of.c | 33 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()
|
D | omapdss-boot-init.c | 144 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()
|
/drivers/base/ |
D | arch_topology.c | 532 t = of_get_child_by_name(core, name); in parse_core() 588 c = of_get_child_by_name(cluster, name); in parse_cluster() 605 c = of_get_child_by_name(cluster, name); in parse_cluster() 647 c = of_get_child_by_name(socket, name); in parse_socket() 680 map = of_get_child_by_name(cn, "cpu-map"); in parse_dt_topology()
|
/drivers/thermal/ |
D | thermal_of.c | 29 trips = of_get_child_by_name(np, "trips"); in of_find_trip_id() 129 trips = of_get_child_by_name(np, "trips"); in thermal_of_trips_init() 281 tz_np = of_get_child_by_name(np, tz->type); in thermal_of_zone_get_by_name() 404 cm_np = of_get_child_by_name(tz_np, "cooling-maps"); in thermal_of_for_each_cooling_maps()
|
D | cpuidle_cooling.c | 251 cooling_node = of_get_child_by_name(cpu_node, "thermal-idle"); in cpuidle_cooling_register()
|
/drivers/soc/ti/ |
D | pruss.c | 314 clk_mux_np = of_get_child_by_name(clks_np, mux_name); in pruss_clk_mux_setup() 390 clks_np = of_get_child_by_name(cfg_node, "clocks"); in pruss_clk_init() 431 child = of_get_child_by_name(np, "cfg"); in pruss_cfg_of_init() 497 child = of_get_child_by_name(np, "memories"); in pruss_probe()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | base.c | 237 n = of_get_child_by_name(node, "ports"); in omapdss_walk_device() 239 n = of_get_child_by_name(node, "port"); in omapdss_walk_device()
|
/drivers/video/ |
D | of_display_timing.c | 128 timing_np = of_get_child_by_name(np, name); in of_get_display_timing() 154 timings_np = of_get_child_by_name(np, "display-timings"); in of_get_display_timings()
|
/drivers/clk/ti/ |
D | clk.c | 207 child = of_get_child_by_name(parent, "clock"); in ti_dt_clocks_register() 209 child = of_get_child_by_name(parent, "clk"); in ti_dt_clocks_register() 371 clocks = of_get_child_by_name(parent, "clocks"); in omap2_clk_provider_init()
|
/drivers/regulator/ |
D | mc13xxx-regulator-core.c | 148 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()
|
/drivers/phy/tegra/ |
D | xusb.c | 90 pads = of_get_child_by_name(padctl->dev->of_node, "pads"); in tegra_xusb_find_pad_node() 94 np = of_get_child_by_name(pads, name); in tegra_xusb_find_pad_node() 105 lanes = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_find_phy_node() 109 np = of_get_child_by_name(lanes, pad->soc->lanes[index].name); in tegra_xusb_pad_find_phy_node() 195 children = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_register() 457 ports = of_get_child_by_name(padctl->dev->of_node, "ports"); in tegra_xusb_find_port_node() 466 np = of_get_child_by_name(ports, name); in tegra_xusb_find_port_node() 1182 np = of_get_child_by_name(np, "pads"); in tegra_xusb_padctl_probe()
|
/drivers/i2c/ |
D | i2c-mux.c | 361 mux_node = of_get_child_by_name(dev_node, "i2c-arb"); in i2c_mux_add_adapter() 363 mux_node = of_get_child_by_name(dev_node, "i2c-gate"); in i2c_mux_add_adapter() 365 mux_node = of_get_child_by_name(dev_node, "i2c-mux"); in i2c_mux_add_adapter()
|
/drivers/net/mdio/ |
D | of_mdio.c | 363 dn = of_get_child_by_name(np, "fixed-link"); in of_phy_is_fixed_link() 396 fixed_link_node = of_get_child_by_name(np, "fixed-link"); in of_phy_register_fixed_link()
|
/drivers/of/ |
D | property.c | 45 ports = of_get_child_by_name(node, "ports"); in of_graph_is_present() 49 port = of_get_child_by_name(node, "port"); in of_graph_is_present() 614 node = of_get_child_by_name(parent, "ports"); in of_graph_get_port_by_id() 659 node = of_get_child_by_name(parent, "ports"); in of_graph_get_next_endpoint() 663 port = of_get_child_by_name(parent, "port"); in of_graph_get_next_endpoint()
|
D | overlay.c | 776 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset() 783 node = of_get_child_by_name(ovcs->overlay_root, "__symbols__"); in init_overlay_changeset() 798 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset() 819 node = of_get_child_by_name(ovcs->overlay_root, "__symbols__"); in init_overlay_changeset()
|
/drivers/soc/qcom/ |
D | rpm-proc.c | 17 edge_node = of_get_child_by_name(dev->of_node, "smd-edge"); in rpm_proc_probe()
|
/drivers/clk/davinci/ |
D | pll.c | 768 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()
|
/drivers/usb/common/ |
D | ulpi.c | 187 np = of_get_child_by_name(parent->of_node, "ulpi"); in ulpi_of_register() 189 np = of_get_child_by_name(parent->parent->of_node, "ulpi"); in ulpi_of_register()
|
/drivers/mfd/ |
D | ti_am335x_tscadc.c | 145 node = of_get_child_by_name(pdev->dev.of_node, "tsc"); in ti_tscadc_probe() 169 node = of_get_child_by_name(pdev->dev.of_node, "adc"); in ti_tscadc_probe()
|
/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_encoder.c | 31 ports = of_get_child_by_name(node, "ports"); in rcar_du_encoder_count_ports()
|
/drivers/phy/ti/ |
D | phy-j721e-wiz.c | 1032 clk_node = of_get_child_by_name(node, clk_mux_sel[i].node_name); in wiz_clock_cleanup() 1038 clk_node = of_get_child_by_name(node, clk_div_sel[i].node_name); in wiz_clock_cleanup() 1168 clk_node = of_get_child_by_name(node, node_name); in wiz_clock_init() 1189 clk_node = of_get_child_by_name(node, node_name); in wiz_clock_init() 1407 serdes = of_get_child_by_name(dev->of_node, "serdes"); in wiz_get_lane_phy_types() 1473 child_node = of_get_child_by_name(node, "serdes"); in wiz_probe()
|
/drivers/remoteproc/ |
D | qcom_common.c | 232 glink->node = of_get_child_by_name(dev->parent->of_node, "glink-edge"); in qcom_add_glink_subdev() 334 smd->node = of_get_child_by_name(dev->parent->of_node, "smd-edge"); in qcom_add_smd_subdev()
|
/drivers/net/wireless/mediatek/mt76/ |
D | eeprom.c | 207 np = of_get_child_by_name(np, "power-limits"); in mt76_find_power_limits_node() 371 np = of_get_child_by_name(np, name); in mt76_get_rate_power_limits()
|
/drivers/net/ethernet/sunplus/ |
D | spl2sw_mdio.c | 86 mdio_np = of_get_child_by_name(comm->pdev->dev.of_node, "mdio"); in spl2sw_mdio_init()
|
/drivers/media/platform/samsung/exynos4-is/ |
D | media-dev.h | 181 node = of_get_child_by_name(node, FIMC_IS_OF_NODE_NAME); in fimc_md_is_isp_available()
|