Home
last modified time | relevance | path

Searched refs:_fdt_find_add_string (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/tools/libfdt/
H A Dfdt_rw.c28 ret = _fdt_find_add_string(new, str); in fdt_remove_unused_strings()