Home
last modified time | relevance | path

Searched refs:fdt_get_name (Results 1 – 25 of 51) sorted by relevance

123

/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c48 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
59 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
H A Dmisc_arria10.c159 node_name = fdt_get_name(blob, child, &len); in is_peripheral_uart_true()
169 node_name = fdt_get_name(blob, child, &len); in is_peripheral_uart_true()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Demc.c147 if (strcmp("emc-tables", fdt_get_name(blob, offset, NULL))) in find_emc_tables()
233 fdt_get_name(blob, node, NULL)); in decode_emc()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/px30/
H A Dpx30.c505 debug("depth1: %s\n", fdt_get_name(blob, depth1_node, NULL)); in fdt_fixup_pcfg()
509 fdt_get_name(blob, depth2_node, NULL)); in fdt_fixup_pcfg()
669 name, fdt_get_name(blob, reg_node, NULL), in fixup_regulators_px30s()
690 fdt_get_name(blob, reg_node, NULL)); in fixup_regulators_px30s()
769 name = fdt_get_name(blob, i2c_node, NULL); in fdt_fixup_regulator()
773 name = fdt_get_name(blob, pmic_node, NULL); in fdt_fixup_regulator()
/rk3399_rockchip-uboot/drivers/led/
H A Dled_bcm6358.c198 fdt_get_name(blob, node, NULL)); in bcm6358_led_bind()
203 fdt_get_name(blob, node, NULL), in bcm6358_led_bind()
H A Dled_bcm6328.c233 fdt_get_name(blob, node, NULL)); in bcm6328_led_bind()
238 fdt_get_name(blob, node, NULL), in bcm6328_led_bind()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c466 fdt_get_name(blob, node, NULL), in fdtdec_add_aliases_for_id()
481 fdt_get_name(blob, node, NULL)); in fdtdec_add_aliases_for_id()
522 find_name = fdt_get_name(blob, offset, &find_namelen); in fdtdec_get_alias_seq()
755 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
766 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
769 fdt_get_name(blob, node, in fdtdec_parse_phandle_with_args()
783 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args()
804 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
921 debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL), in fdtdec_decode_region()
1069 fdt_get_name(blob, node, NULL), name); in decode_timing_property()
H A Dfdtdec_test.c147 name = list[i] ? fdt_get_name(blob, list[i], NULL) : NULL; in run_test()
/rk3399_rockchip-uboot/common/
H A Dcommon_fit.c61 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
H A Dfdt_support.c853 fdt_get_name(blob, off, 0), off); in fdt_del_subnodes()
1022 fdt_get_name(blob, noff, 0), in fdt_fixup_mtdparts()
1165 name = fdt_get_name(blob, parentoffset, NULL); in of_bus_isa_match()
1327 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1339 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1345 bus->name, na, ns, fdt_get_name(blob, parent, NULL)); in __of_translate_address()
1366 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1371 pbus->name, pna, pns, fdt_get_name(blob, parent, NULL)); in __of_translate_address()
1572 debug("%s: %s\n", fdt_get_name(blob, noff, 0), compat); in fdt_add_edid()
1830 debug("%s:0x%x\n", fdt_get_name(blob, off, NULL), in fdt_fixup_display()
[all …]
H A Dimage-fdt.c129 fdt_get_name(fdt_blob, offset, NULL), in boot_mem_rsv_regions()
233 fdt_get_name(fdt_blob, offset, NULL), in boot_fdt_add_sysmem_rsv_regions()
235 if (!sysmem_fdt_reserve_alloc_base(fdt_get_name(fdt_blob, offset, NULL), in boot_fdt_add_sysmem_rsv_regions()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c123 name = fdt_get_name(blob, off, &len); in fdt_portal()
315 fdt_get_name(blob, off, NULL), fdt_strerror(err)); in fdt_fixup_qportals()
348 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-gpio-switch.c104 order_gpios[i++] = fdt_get_name(fdt, offset, NULL); in init_order_gpios()
177 gpio_name = fdt_get_name(blob, node, NULL); in __phandle_gpio_to_irq()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c145 fdt_get_name(fit, node, NULL), ret); in fit_decomp_image()
192 uname = fdt_get_name(fit, node, NULL); in board_fit_image_post_process()
H A Diomem.c53 name = fdt_get_name(fdt, offset, NULL); in iomem_show_by_match()
H A Dfit.c201 printf("%s: ", fdt_get_name(fit, conf_noffset, NULL)); in fit_get_blob()
384 printf("%s: ", fdt_get_name(fit, noffset, NULL)); in fit_image_load_one()
/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dpmc.c78 name = fdt_get_name(fdt, offset, NULL); in at91_clk_sub_device_bind()
/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_portals.c262 fdt_get_name(blob, off, NULL), in fdt_fixup_qportals()
297 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_overlay.c279 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references()
575 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node()
652 name = fdt_get_name(fdt, nodeoffset, &namelen); in get_path_len()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstate.c115 debug(" - read node '%s'\n", fdt_get_name(blob, node, NULL)); in sandbox_read_state_nodes()
326 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dpcf8575_gpio.c139 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_platdata()
H A Dvybrid_gpio.c132 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in vybrid_gpio_bind()
H A Domap_gpio.c323 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in omap_gpio_bind()
/rk3399_rockchip-uboot/drivers/core/
H A Droot.c285 debug("%s: ret=%d\n", fdt_get_name(blob, offset, NULL), in dm_scan_fdt_node()
293 name = fdt_get_name(blob, offset, NULL); in dm_scan_fdt_node()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3308/
H A Drk3308.c514 debug("depth1: %s\n", fdt_get_name(blob, depth1_node, NULL)); in fdt_fixup_pcfg()
518 fdt_get_name(blob, depth2_node, NULL)); in fdt_fixup_pcfg()

123