/external/u-boot/test/overlay/ |
D | cmd_ut_overlay.c | 256 ut_assertok(fdt_open_into(fdt_base, fdt_base_copy, FDT_COPY_SIZE)); in do_ut_overlay() 264 ut_assertok(fdt_open_into(fdt_overlay, fdt_overlay_copy, in do_ut_overlay() 273 ut_assertok(fdt_open_into(fdt_overlay_stacked, fdt_overlay_stacked_copy, in do_ut_overlay()
|
/external/dtc/tests/ |
D | testutils.c | 191 err = fdt_open_into(blob, buf, fdt_totalsize(blob)); in open_blob_rw() 197 err = fdt_open_into(blob, buf, newsize); in open_blob_rw()
|
D | overlay_bad_fixup.c | 49 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0); in open_dt()
|
D | appendprop2.c | 51 CHECK(fdt_open_into(fdt, buf, SPACE)); in main()
|
D | check_path.c | 47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
|
D | appendprop1.c | 58 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
D | open_pack.c | 54 err = fdt_open_into(fdt, fdt1, bufsize); in main()
|
D | add_subnode_with_nops.c | 70 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
D | setprop.c | 48 err = fdt_open_into(fdt, buf, SPACE); in main()
|
D | overlay.c | 197 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
|
/external/dtc/libfdt/ |
D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | version.lds | 39 fdt_open_into;
|
D | libfdt.h | 1343 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
D | fdt_rw.c | 415 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | libfdt.h | 1346 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
D | fdt_rw.c | 429 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/external/u-boot/tools/ |
D | fit_common.c | 88 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
|
D | fit_image.c | 541 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
|
/external/dtc/ |
D | fdtoverlay.c | 93 fdt_open_into(blob, blob, blob_len); in do_fdtoverlay()
|
D | fdtput.c | 137 fdt_open_into(fdt, fdt, new_sz); in _realloc_fdt()
|
/external/u-boot/cmd/ |
D | fdt.c | 141 err = fdt_open_into(blob, blob, len); in do_fdt() 199 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
|
/external/u-boot/arch/sandbox/cpu/ |
D | state.c | 34 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
|
/external/u-boot/common/ |
D | image-fdt.c | 185 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
|
D | image-fit.c | 2132 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
|