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

/gem5/ext/libfdt/
H A Dfdt_ro.c57 const char *fdt_string(const void *fdt, int stroffset) function
65 const char *p = fdt_string(fdt, stroffset);
292 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dlibfdt.h200 * fdt_string - retrieve a string from the strings block of a device tree
204 * fdt_string() retrieves a pointer to a single string from the
211 const char *fdt_string(const void *fdt, int stroffset);

Completed in 10 milliseconds