| /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/arch/powerpc/cpu/mpc85xx/ |
| A D | portals.c | 53 name = fdt_get_name(blob, off, &len); in fdt_portal()
|
| /u-boot/boot/ |
| A D | common_fit.c | 65 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
|
| A D | vbe_simple_fw.c | 142 bflow->name = strdup(fdt_get_name(buf, node, NULL)); in vbe_simple_read_bootflow_fw()
|
| A D | fdt_region.c | 88 name = fdt_get_name(fdt, offset, &len); in fdt_find_regions() 555 name = fdt_get_name(fdt, offset, &len); in fdt_next_region()
|
| /u-boot/common/ |
| A D | fdt_support.c | 837 fdt_get_name(blob, off, 0), off); in fdt_del_subnodes() 1029 fdt_get_name(blob, noff, 0), in fdt_fixup_mtdparts() 1179 name = fdt_get_name(blob, parentoffset, NULL); in of_bus_isa_match() 1340 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1352 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1358 bus->name, na, ns, fdt_get_name(blob, parent, NULL)); in __of_translate_address() 1379 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1448 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range() 1467 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range() 1476 fdt_get_name(blob, parent, NULL)); in fdt_get_dma_range() [all …]
|
| /u-boot/lib/ |
| A D | fdtdec.c | 442 fdt_get_name(blob, node, NULL), in fdtdec_add_aliases_for_id() 457 fdt_get_name(blob, node, NULL)); in fdtdec_add_aliases_for_id() 498 find_name = fdt_get_name(blob, offset, &find_namelen); in fdtdec_get_alias_seq() 780 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 791 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 794 fdt_get_name(blob, node, in fdtdec_parse_phandle_with_args() 808 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args() 829 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 956 fdt_get_name(blob, node, NULL), name); in decode_timing_property() 1358 const char *name = fdt_get_name(blob, node, NULL); in fdtdec_add_reserved_memory() [all …]
|
| /u-boot/drivers/gpio/ |
| A D | max7320_gpio.c | 77 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in max7320_ofdata_plat()
|
| 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 | 135 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_plat()
|
| /u-boot/board/dhelectronics/dh_imx8mp/ |
| A D | imx8mp_dhcom_pdk2.c | 202 if (!strstr(fdt_get_name(blob, subnode, NULL), in dh_dt_patch_som_eqos() 310 if (!strstr(fdt_get_name(blob, subnode, NULL), "fec-rmii")) in dh_dt_patch_som_fec()
|
| /u-boot/arch/riscv/lib/ |
| A D | fdt_fixup.c | 59 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/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/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/drivers/misc/ |
| A D | fsl_portals.c | 293 fdt_get_name(blob, off, NULL), in fdt_fixup_qportals() 325 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | state.c | 125 debug(" - read node '%s'\n", fdt_get_name(blob, node, NULL)); in sandbox_read_state_nodes() 336 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
|
| /u-boot/drivers/power/domain/ |
| A D | imx8m-power-domain.c | 465 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind() 470 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind()
|
| /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/mips/mach-octeon/ |
| A D | cvmx-helper-board.c | 998 fdt_get_name(fdt_addr, phy, NULL)); in __cvmx_helper_78xx_parse_phy() 1066 debug(" Parent: %s\n", fdt_get_name(fdt_addr, parent, NULL)); in __cvmx_helper_78xx_parse_phy() 1094 (const char *)fdt_get_name(fdt_addr, parent, NULL), in __cvmx_helper_78xx_parse_phy() 1327 fdt_get_name(fdt_addr, phy_parent, NULL), in __get_phy_info_from_dt() 1465 fdt_get_name(fdt_addr, fdt_phy_node, NULL)); in __cvmx_helper_parse_bgx_dt() 1581 fdt_get_name(fdt_addr, fdt_phy_node, NULL)); in __cvmx_helper_parse_bgx_rgmii_dt()
|
| /u-boot/arch/arm/mach-k3/ |
| A D | common.c | 416 !strncmp(fdt_get_name(blob, subnode, &len), "sysfw", 5) || in fdt_fixup_msmc_ram() 417 !strncmp(fdt_get_name(blob, subnode, &len), "l3cache", 7)) { in fdt_fixup_msmc_ram()
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | mrc.c | 171 fdt_get_name(blob, spd_node, NULL)); in mrc_locate_spd()
|