Home
last modified time | relevance | path

Searched refs:fdt_open_into (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/u-boot/test/overlay/
H A Dcmd_ut_overlay.c256 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()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dlibfdt-wrapper.c54 rc = fdt_open_into(fdt, buf, size); in expand_buf()
179 err = fdt_open_into(fdt, buf, bufsize); in fdt_init()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dlibfdt.h1343 int fdt_open_into(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c429 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dfdt_rw.c415 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
H A Dlibfdt.h1483 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/OK3568_Linux_fs/u-boot/tools/
H A Dfit_common.c89 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
H A Dfit_image.c603 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dinit.c130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_rw.su
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A Dfdt_rw.su
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Delf_64.c112 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in elf64_load()
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Datags_to_fdt.c153 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-dtshim.c309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c142 err = fdt_open_into(blob, blob, len); in do_fdt()
198 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dfdt.c56 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstate.c34 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmachine_kexec_file.c184 ret = fdt_open_into(initial_boot_params, buf, buf_size); in create_dtb()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c315 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
H A Dfdt_support.c835 return fdt_open_into(fdt, fdt, newlen); in fdt_increase_size()
H A Dimage-fit.c2419 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map

12