Home
last modified time | relevance | path

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

12

/u-boot/arch/arm/mach-imx/imx8/
A Dfdt.c61 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 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()
/u-boot/arch/arm/mach-tegra/tegra20/
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()
/u-boot/common/
A Dfdt_support.c766 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 Dcommon_fit.c60 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
A Dfdt_region.c88 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 Dportals.c53 name = fdt_get_name(blob, off, &len); in fdt_portal()
/u-boot/lib/
A Dfdtdec.c427 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 Dof_live.c59 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node()
/u-boot/drivers/power/domain/
A Dimx8m-power-domain.c84 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind()
/u-boot/arch/riscv/lib/
A Dfdt_fixup.c60 name = fdt_get_name(src, node, NULL); in riscv_fdt_copy_resv_mem_node()
/u-boot/test/optee/
A Dcmd_ut_optee.c73 const char *name = fdt_get_name(fdt, subnode, NULL); in optee_fdt_protected_memory()
/u-boot/drivers/gpio/
A Dvybrid_gpio.c119 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in vybrid_gpio_odata_to_plat()
A Dpcf8575_gpio.c141 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_plat()
A Domap_gpio.c332 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in omap_gpio_bind()
/u-boot/scripts/dtc/libfdt/
A Dfdt_overlay.c286 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 Dfdt_ro.c17 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 Dfsl_portals.c296 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 Dclk-arria10.c241 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 Dstate.c117 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 Dcommon.c284 !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 Doptee.c163 const char *name = fdt_get_name(old_blob, in optee_copy_fdt_nodes()
/u-boot/drivers/thermal/
A Dimx_scu_thermal.c117 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx_sc_thermal_bind()
/u-boot/arch/arm/mach-stm32mp/
A Dfdt.c243 if (strncmp(fdt_get_name(blob, node, NULL), "optee@", 6)) in stm32_fdt_disable_optee()
/u-boot/arch/x86/cpu/intel_common/
A Dmrc.c171 fdt_get_name(blob, spd_node, NULL)); in mrc_locate_spd()

Completed in 54 milliseconds

12