Home
last modified time | relevance | path

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

/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c249 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_overlay()
257 ut_assertok(fdt_open_into(fdt_overlay, fdt_overlay_copy, in do_ut_overlay()
266 ut_assertok(fdt_open_into(fdt_overlay_stacked, fdt_overlay_stacked_copy, in do_ut_overlay()
/openbmc/linux/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()
/openbmc/linux/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.c419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
H A Dlibfdt.h1523 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/openbmc/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.h1349 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
/openbmc/u-boot/tools/
H A Dfit_common.c91 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
H A Dfit_image.c549 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
/openbmc/linux/arch/mips/generic/
H A Dinit.c130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
/openbmc/linux/scripts/dtc/
H A Dfdtoverlay.c60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
/openbmc/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c154 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
/openbmc/qemu/system/
H A Ddevice_tree.c65 ret = fdt_open_into(fdt, fdt, *sizep); in create_device_tree()
110 ret = fdt_open_into(fdt, fdt, dt_size); in load_device_tree()
/openbmc/u-boot/cmd/
H A Dfdt.c175 err = fdt_open_into(blob, blob, len); in do_fdt()
233 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfdt.c55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c34 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
/openbmc/linux/drivers/of/
H A Dkexec.c297 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
/openbmc/u-boot/common/
H A Dimage-fdt.c222 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
H A Dfdt_support.c720 return fdt_open_into(fdt, fdt, newlen); in fdt_increase_size()
H A Dimage-fit.c2138 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
/openbmc/qemu/hw/mips/
H A Dboston.c373 err = fdt_open_into(fdt_orig, fdt, fdt_sz); in boston_fdt_filter()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped513 err = check_err(fdt_open_into(self._fdt, fdt, size), quiet)