/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 54 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 D | libfdt-wrapper.c | 54 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 D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
H A D | fdt_rw.c | 415 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
H A D | libfdt.h | 28 * 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 D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
H A D | libfdt.h | 29 * 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 D | fdt_rw.c | 419 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 D | init.c | 130 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 D | elf_64.c | 112 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in elf64_load()
|
/kernel/linux/linux-6.6/arch/mips/generic/ |
H A D | init.c | 130 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 D | atags_to_fdt.c | 153 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 154 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fdtoverlay.c | 60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
|
/kernel/linux/linux-5.10/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 309 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 D | fdt.c | 55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/kernel/linux/linux-6.6/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 309 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 D | fdt.c | 55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | machine_kexec_file.c | 184 ret = fdt_open_into(initial_boot_params, buf, buf_size); in create_dtb()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | kexec.c | 297 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
|