Home
last modified time | relevance | path

Searched refs:fdt_open_into (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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.h28 * contain the expanded tree. Use fdt_open_into() to move the
62 * read-write functions, this may mean that fdt_open_into() is
72 * then strings). Use fdt_open_into() to reorganize the tree
1483 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dlibfdt.h29 * contain the expanded tree. Use fdt_open_into() to move the
63 * read-write functions, this may mean that fdt_open_into() is
73 * then strings). Use fdt_open_into() to reorganize the tree
1523 int fdt_open_into(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dinit.c130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Delf_64.c112 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in elf64_load()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dinit.c130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Datags_to_fdt.c153 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Datags_to_fdt.c154 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtoverlay.c60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
H A Dmalta-dtshim.c309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
/kernel/linux/linux-6.6/arch/mips/mti-malta/
H A Dmalta-dtshim.c309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmachine_kexec_file.c184 ret = fdt_open_into(initial_boot_params, buf, buf_size); in create_dtb()
/kernel/linux/linux-6.6/drivers/of/
H A Dkexec.c297 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()

Completed in 17 milliseconds