Searched refs:fdt_open_into (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 68 rc = fdt_open_into(fdt, buf, size); in expand_buf() 193 err = fdt_open_into(fdt, buf, bufsize); in fdt_init()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | libfdt.h | 1346 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
D | fdt_rw.c | 429 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/Linux-v4.19/arch/mips/generic/ |
D | init.c | 135 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 133 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-dtshim.c | 313 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | fdt.c | 62 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | kexec_elf_64.c | 624 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in elf64_load()
|