Searched refs:fdt_string (Results 1 - 7 of 7) sorted by relevance

/u-boot/tools/libfdt/
H A Dfdt_rw.c28 str = fdt_string(old, fdt32_to_cpu(old_prop->nameoff));
/u-boot/boot/
H A Dfdt_region.c72 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
274 name = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
523 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c100 const char *fdt_string(const void *fdt, int stroffset) function
491 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dlibfdt.h308 * fdt_string - retrieve a string from the strings block of a device tree
312 * fdt_string() retrieves a pointer to a single string from the
319 const char *fdt_string(const void *fdt, int stroffset);
/u-boot/tools/
H A Dfdtgrep.c346 name = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
382 str = fdt_string(blob, offset);
605 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
/u-boot/cmd/
H A Dfdt.c1076 pathp = fdt_string(working_fdt,
/u-boot/lib/
H A Dfdtdec.c420 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));

Completed in 166 milliseconds