Searched refs:fdt_find_add_string_ (Results 1 – 3 of 3) sorted by relevance
/u-boot/tools/libfdt/ |
A D | fdt_rw.c | 29 ret = fdt_find_add_string_(new, str, &allocated); in fdt_remove_unused_strings()
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_sw.c | 278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() function 308 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
|
A D | fdt_rw.c | 128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() function 215 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
|
Completed in 12 milliseconds