Searched refs:fdt_open_into (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/powerpc/boot/ |
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()
|
/linux-6.1.9/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | fdt_rw.c | 419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
D | libfdt.h | 1516 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
/linux-6.1.9/arch/mips/generic/ |
D | init.c | 130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
|
/linux-6.1.9/scripts/dtc/ |
D | fdtoverlay.c | 60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
|
/linux-6.1.9/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 153 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/linux-6.1.9/arch/mips/mti-malta/ |
D | malta-dtshim.c | 309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | fdt.c | 55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/linux-6.1.9/drivers/of/ |
D | kexec.c | 296 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
|