Searched refs:fdt_string (Results 1 – 8 of 8) sorted by relevance
| /u-boot/tools/libfdt/ |
| A D | fdt_rw.c | 28 str = fdt_string(old, fdt32_to_cpu(old_prop->nameoff)); in fdt_remove_unused_strings()
|
| /u-boot/boot/ |
| A D | fdt_region.c | 72 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 D | fdtgrep.c | 345 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 D | fdt_ro.c | 100 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 D | libfdt.h | 319 const char *fdt_string(const void *fdt, int stroffset);
|
| /u-boot/cmd/ |
| A D | fdt.c | 1076 pathp = fdt_string(working_fdt, in fdt_print()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 416 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in fdtdec_add_aliases_for_id()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 1037 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));
|
Completed in 22 milliseconds