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

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_ro.c79 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) function
135 return fdt_get_string(fdt, stroffset, NULL);
142 const char *p = fdt_get_string(fdt, stroffset, &slen);
488 name = fdt_get_string(fdt, fdt32_ld(&prop->nameoff),
H A Dlibfdt.h340 * fdt_get_string - retrieve a string from the strings block of a device tree
345 * fdt_get_string() retrieves a pointer to a single string from the
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);

Completed in 77 milliseconds