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

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp103 fdt_string(fdt, fdt32_to_cpu(property->nameoff)),
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) function
86 const char *p = fdt_string(fdt, stroffset);
313 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h216 * fdt_string - retrieve a string from the strings block of a device tree
220 * fdt_string() retrieves a pointer to a single string from the
227 const char *fdt_string(const void *fdt, int stroffset);

Completed in 66 milliseconds