| /OK3568_Linux_fs/kernel/sound/soc/qcom/ |
| H A D | common.c | 76 cpu = of_get_child_by_name(np, "cpu"); in qcom_snd_parse_of() 77 platform = of_get_child_by_name(np, "platform"); in qcom_snd_parse_of() 78 codec = of_get_child_by_name(np, "codec"); in qcom_snd_parse_of()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | pruss.c | 53 clk_mux_np = of_get_child_by_name(clks_np, mux_name); in pruss_clk_mux_setup() 132 clks_np = of_get_child_by_name(cfg_node, "clocks"); in pruss_clk_init() 195 child = of_get_child_by_name(np, "memories"); in pruss_probe() 248 child = of_get_child_by_name(np, "cfg"); in pruss_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | arch_topology.c | 351 t = of_get_child_by_name(core, name); in parse_core() 405 c = of_get_child_by_name(cluster, name); in parse_cluster() 420 c = of_get_child_by_name(cluster, name); in parse_cluster() 471 map = of_get_child_by_name(cn, "cpu-map"); in parse_dt_topology()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | omapdss-boot-init.c | 141 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()
|
| H A D | base.c | 312 n = of_get_child_by_name(node, "ports"); in omapdss_walk_device() 314 n = of_get_child_by_name(node, "port"); in omapdss_walk_device()
|
| /OK3568_Linux_fs/kernel/drivers/phy/tegra/ |
| H A D | xusb.c | 84 pads = of_get_child_by_name(padctl->dev->of_node, "pads"); in tegra_xusb_find_pad_node() 88 np = of_get_child_by_name(pads, name); in tegra_xusb_find_pad_node() 99 lanes = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_find_phy_node() 103 np = of_get_child_by_name(lanes, pad->soc->lanes[index].name); in tegra_xusb_pad_find_phy_node() 189 children = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_register() 445 ports = of_get_child_by_name(padctl->dev->of_node, "ports"); in tegra_xusb_find_port_node() 454 np = of_get_child_by_name(ports, name); in tegra_xusb_find_port_node() 1155 np = of_get_child_by_name(np, "pads"); in tegra_xusb_padctl_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | clk.c | 174 child = of_get_child_by_name(parent, "clock"); in ti_dt_clocks_register() 176 child = of_get_child_by_name(parent, "clk"); in ti_dt_clocks_register() 332 clocks = of_get_child_by_name(parent, "clocks"); in omap2_clk_provider_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | of_display_timing.c | 127 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()
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-j721e-wiz.c | 615 clk_node = of_get_child_by_name(node, clk_mux_sel[i].node_name); in wiz_clock_cleanup() 621 clk_node = of_get_child_by_name(node, clk_div_sel[i].node_name); in wiz_clock_cleanup() 666 clk_node = of_get_child_by_name(node, node_name); in wiz_clock_init() 687 clk_node = of_get_child_by_name(node, node_name); in wiz_clock_init() 787 serdes = of_get_child_by_name(dev->of_node, "serdes"); in wiz_get_lane_phy_types() 837 child_node = of_get_child_by_name(node, "serdes"); in wiz_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/generic/ |
| H A D | simple-card.c | 283 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() 379 codec = of_get_child_by_name(node, is_top ? in simple_for_each_link() 386 plat = of_get_child_by_name(node, is_top ? in simple_for_each_link()
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | snow.c | 161 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()
|
| H A D | odroid.c | 244 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()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | property.c | 44 ports = of_get_child_by_name(node, "ports"); in of_graph_is_present() 48 port = of_get_child_by_name(node, "port"); in of_graph_is_present() 592 node = of_get_child_by_name(parent, "ports"); in of_graph_get_port_by_id() 637 node = of_get_child_by_name(parent, "ports"); in of_graph_get_next_endpoint() 641 port = of_get_child_by_name(parent, "port"); in of_graph_get_next_endpoint()
|
| H A D | overlay.c | 766 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset() 773 node = of_get_child_by_name(tree, "__symbols__"); in init_overlay_changeset() 787 overlay_node = of_get_child_by_name(node, "__overlay__"); in init_overlay_changeset() 808 node = of_get_child_by_name(tree, "__symbols__"); in init_overlay_changeset()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-mux.c | 360 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | ulpi.c | 188 np = of_get_child_by_name(parent->of_node, "ulpi"); in ulpi_of_register() 190 np = of_get_child_by_name(parent->parent->of_node, "ulpi"); in ulpi_of_register()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_common.c | 72 glink->node = of_get_child_by_name(dev->parent->of_node, "glink-edge"); in qcom_add_glink_subdev() 174 smd->node = of_get_child_by_name(dev->parent->of_node, "smd-edge"); in qcom_add_smd_subdev()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | setup.c | 49 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_security_mitigations()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | ti_am335x_tscadc.c | 142 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()
|
| /OK3568_Linux_fs/kernel/drivers/clk/davinci/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | rk805-pwrkey.c | 46 np = of_get_child_by_name(pdev->dev.parent->of_node, "pwrkey"); in rk805_pwrkey_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_encoder.c | 33 ports = of_get_child_by_name(node, "ports"); in rcar_du_encoder_count_ports()
|