Home
last modified time | relevance | path

Searched refs:fdt_open_into (Results 1 – 9 of 9) sorted by relevance

/linux/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()
/linux/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.c419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
H A Dlibfdt.h1584 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/linux/arch/mips/generic/
H A Dinit.c130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
/linux/scripts/dtc/
H A Dfdtoverlay.c58 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c154 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
/linux/drivers/firmware/efi/libstub/
H A Dfdt.c55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()