Home
last modified time | relevance | path

Searched refs:fdt_string (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/libfdt/
A Dfdt_rw.c28 str = fdt_string(old, fdt32_to_cpu(old_prop->nameoff)); in fdt_remove_unused_strings()
/u-boot/boot/
A Dfdt_region.c72 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_find_regions()
274 name = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_add_alias_regions()
523 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_next_region()
/u-boot/tools/
A Dfdtgrep.c345 name = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in display_fdt_by_regions()
380 str = fdt_string(blob, offset); in display_fdt_by_regions()
622 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in h_include()
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c100 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() function
491 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
A Dlibfdt.h319 const char *fdt_string(const void *fdt, int stroffset);
/u-boot/cmd/
A Dfdt.c1076 pathp = fdt_string(working_fdt, in fdt_print()
/u-boot/lib/
A Dfdtdec.c416 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in fdtdec_add_aliases_for_id()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped1037 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));

Completed in 22 milliseconds