Searched refs:fdt_string (Results 1 – 6 of 6) sorted by relevance
126 name1 = fdt_string(fdt1, fdt32_to_cpu(prop1->nameoff)); in compare_structure()127 name2 = fdt_string(fdt2, fdt32_to_cpu(prop2->nameoff)); in compare_structure()
109 propname = fdt_string(fdt, nameoff); in check_property()
6 fdt_string;
78 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() function86 const char *p = fdt_string(fdt, stroffset); in _fdt_string_eq()345 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
298 const char *fdt_string(const void *fdt, int stroffset);
134 name = fdt_string(blob, fdt32_to_cpu(data->nameoff)); in list_properties()