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

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) fdt_string() function
86 const char *p = fdt_string(fdt, stroffset); _fdt_string_eq()
319 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); fdt_getprop_by_offset()
H A Dlibfdt.h243 * fdt_string - retrieve a string from the strings block of a device tree
247 * fdt_string() retrieves a pointer to a single string from the
254 const char *fdt_string(const void *fdt, int stroffset);
/linux-4.4.14/scripts/dtc/
H A Dfdtget.c134 name = fdt_string(blob, fdt32_to_cpu(data->nameoff)); list_properties()

Completed in 127 milliseconds