Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c28 ret = fdt_find_add_string_(new, str); in fdt_remove_unused_strings()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c200 static int fdt_find_add_string_(void *fdt, const char *s) in fdt_find_add_string_() function
230 nameoff = fdt_find_add_string_(fdt, name); in fdt_property_placeholder()
H A Dfdt_rw.c152 static int fdt_find_add_string_(void *fdt, const char *s) in fdt_find_add_string_() function
232 namestroff = fdt_find_add_string_(fdt, name); in fdt_add_property_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() function
306 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
H A Dfdt_rw.c127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() function
214 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()