| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | fdt.c | 61 fdt_get_name(blob, offset, NULL), depth); in update_fdt_with_owned_resources() 65 fdt_get_name(blob, offset, NULL)); in update_fdt_with_owned_resources() 71 fdt_get_name(blob, offset, NULL)); in update_fdt_with_owned_resources() 85 fdt_get_name(blob, offset, NULL), rc); in update_fdt_with_owned_resources() 95 fdt_get_name(blob, offset, NULL), in update_fdt_with_owned_resources() 99 fdt_get_name(blob, offset, NULL), in update_fdt_with_owned_resources() 127 const char *name = fdt_get_name(blob, device_offset, NULL); in config_smmu_fdt_device_sid() 160 fdt_get_name(blob, device_offset, NULL), ret); in config_smmu_fdt_device_sid() 213 name = fdt_get_name(blob, offset, NULL); in config_smmu_fdt()
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | pinmux_arria10.c | 48 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()
|
| /u-boot/arch/arm/mach-tegra/tegra20/ |
| A D | emc.c | 147 if (strcmp("emc-tables", fdt_get_name(blob, offset, NULL))) in find_emc_tables() 233 fdt_get_name(blob, node, NULL)); in decode_emc()
|
| /u-boot/common/ |
| A D | fdt_support.c | 766 fdt_get_name(blob, off, 0), off); in fdt_del_subnodes() 959 fdt_get_name(blob, noff, 0), in fdt_fixup_mtdparts() 1104 name = fdt_get_name(blob, parentoffset, NULL); in of_bus_isa_match() 1265 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1277 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1304 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1373 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range() 1392 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range() 1401 fdt_get_name(blob, parent, NULL)); in fdt_get_dma_range() 1589 debug("%s: %s\n", fdt_get_name(blob, noff, 0), compat); in fdt_add_edid() [all …]
|
| A D | common_fit.c | 60 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
|
| A D | fdt_region.c | 88 name = fdt_get_name(fdt, offset, &len); in fdt_find_regions() 546 name = fdt_get_name(fdt, offset, &len); in fdt_next_region()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | portals.c | 53 name = fdt_get_name(blob, off, &len); in fdt_portal()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 427 fdt_get_name(blob, node, NULL), in fdtdec_add_aliases_for_id() 442 fdt_get_name(blob, node, NULL)); in fdtdec_add_aliases_for_id() 483 find_name = fdt_get_name(blob, offset, &find_namelen); in fdtdec_get_alias_seq() 764 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 775 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 778 fdt_get_name(blob, node, in fdtdec_parse_phandle_with_args() 792 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args() 813 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 980 fdt_get_name(blob, node, NULL), name); in decode_timing_property() 1359 const char *name = fdt_get_name(blob, node, NULL); in fdtdec_add_reserved_memory()
|
| A D | of_live.c | 59 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node()
|
| /u-boot/drivers/power/domain/ |
| A D | imx8m-power-domain.c | 84 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind()
|
| /u-boot/arch/riscv/lib/ |
| A D | fdt_fixup.c | 60 name = fdt_get_name(src, node, NULL); in riscv_fdt_copy_resv_mem_node()
|
| /u-boot/test/optee/ |
| A D | cmd_ut_optee.c | 73 const char *name = fdt_get_name(fdt, subnode, NULL); in optee_fdt_protected_memory()
|
| /u-boot/drivers/gpio/ |
| A D | vybrid_gpio.c | 119 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in vybrid_gpio_odata_to_plat()
|
| A D | pcf8575_gpio.c | 141 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_plat()
|
| A D | omap_gpio.c | 332 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in omap_gpio_bind()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt_overlay.c | 286 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 659 name = fdt_get_name(fdt, nodeoffset, &namelen); in get_path_len()
|
| A D | fdt_ro.c | 17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 564 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path() 914 name = fdt_get_name(fdt, offset, &len); in fdt_check_full()
|
| /u-boot/drivers/misc/ |
| A D | fsl_portals.c | 296 fdt_get_name(blob, off, NULL), in fdt_fixup_qportals() 331 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
|
| /u-boot/drivers/clk/altera/ |
| A D | clk-arria10.c | 241 name = fdt_get_name(fdt, offset, NULL); in socfpga_a10_clk_bind() 247 name = fdt_get_name(fdt, offset, NULL); in socfpga_a10_clk_bind()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | state.c | 117 debug(" - read node '%s'\n", fdt_get_name(blob, node, NULL)); in sandbox_read_state_nodes() 328 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
|
| /u-boot/arch/arm/mach-k3/ |
| A D | common.c | 284 !strncmp(fdt_get_name(blob, subnode, &len), "sysfw", 5) || in fdt_fixup_msmc_ram() 285 !strncmp(fdt_get_name(blob, subnode, &len), "l3cache", 7)) { in fdt_fixup_msmc_ram()
|
| /u-boot/lib/optee/ |
| A D | optee.c | 163 const char *name = fdt_get_name(old_blob, in optee_copy_fdt_nodes()
|
| /u-boot/drivers/thermal/ |
| A D | imx_scu_thermal.c | 117 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx_sc_thermal_bind()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | fdt.c | 243 if (strncmp(fdt_get_name(blob, node, NULL), "optee@", 6)) in stm32_fdt_disable_optee()
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | mrc.c | 171 fdt_get_name(blob, spd_node, NULL)); in mrc_locate_spd()
|