Searched refs:fdt_string (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/tools/libfdt/ |
| H A D | fdt_rw.c | 27 str = fdt_string(old, fdt32_to_cpu(old_prop->nameoff)); in fdt_remove_unused_strings()
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_region.c | 67 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_find_regions() 256 name = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_add_alias_regions() 498 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_next_region()
|
| H A D | fdt_ro.c | 37 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() function 45 const char *p = fdt_string(fdt, stroffset); in _fdt_string_eq() 324 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 78 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() function 86 const char *p = fdt_string(fdt, stroffset); in _fdt_string_eq() 345 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
|
| H A D | libfdt.h | 299 const char *fdt_string(const void *fdt, int stroffset);
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 342 name = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in display_fdt_by_regions() 377 str = fdt_string(blob, offset); in display_fdt_by_regions() 620 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in h_include()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fdt.c | 1026 pathp = fdt_string(working_fdt, in fdt_print()
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 417 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 440 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in fdtdec_add_aliases_for_id()
|