Searched refs:fdt_open_into (Results 1 – 13 of 13) sorted by relevance
/linux/arch/powerpc/boot/ |
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()
|
/linux/scripts/dtc/libfdt/ |
A D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
A D | fdt_rw.c | 419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
A D | libfdt.h | 1516 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
/linux/arch/mips/generic/ |
A D | init.c | 129 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
|
/linux/scripts/dtc/ |
A D | fdtoverlay.c | 60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
|
/linux/arch/arm/boot/compressed/ |
A D | atags_to_fdt.c | 153 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/linux/arch/mips/mti-malta/ |
A D | malta-dtshim.c | 309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
|
/linux/drivers/firmware/efi/libstub/ |
A D | fdt.c | 56 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/linux/drivers/of/ |
A D | kexec.c | 282 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
|
/linux/lib/ |
A D | lib.a | 3 …propfdt_delpropfdt_add_subnode_namelenfdt_add_subnodefdt_del_nodefdt_open_intofdt_packfdt_s…
|
/linux/ |
A D | System.map | 17542 ffff8000104d9180 T fdt_open_into
|
A D | .tmp_System.map | 17542 ffff8000104d9180 T fdt_open_into
|
Completed in 316 milliseconds