Home
last modified time | relevance | path

Searched refs:fdt_string (Results 1 – 5 of 5) sorted by relevance

/external/dtc/tests/
Ddtbs_equal_ordered.c113 name1 = fdt_string(fdt1, fdt32_to_cpu(prop1->nameoff)); in compare_structure()
114 name2 = fdt_string(fdt2, fdt32_to_cpu(prop2->nameoff)); in compare_structure()
/external/dtc/libfdt/
Dversion.lds7 fdt_string;
Dfdt_ro.c98 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() function
489 *namep = fdt_string(fdt, fdt32_ld(&prop->nameoff)); in fdt_getprop_by_offset()
Dlibfdt.h354 const char *fdt_string(const void *fdt, int stroffset);
/external/dtc/pylibfdt/
Dlibfdt.i1032 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));