Searched refs:fdt_open_into (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dlibfdt-wrapper.c68 rc = fdt_open_into(fdt, buf, size); expand_buf()
193 err = fdt_open_into(fdt, buf, bufsize); fdt_init()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c82 return fdt_open_into(buf, buf, bufsize); fdt_create_empty_tree()
H A Dfdt_rw.c416 int fdt_open_into(const void *fdt, void *buf, int bufsize) fdt_open_into() function
H A Dlibfdt.h69 * contain the expanded tree. Use fdt_open_into() to move the
100 * read-write functions, this may mean that fdt_open_into() is
110 * then strings). Use fdt_open_into() to reorganize the tree
1126 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/linux-4.4.14/arch/arm/boot/compressed/
H A Datags_to_fdt.c132 ret = fdt_open_into(fdt, fdt, total_space); atags_to_fdt()
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-dtshim.c139 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); malta_dt_shim()
/linux-4.4.14/drivers/firmware/efi/libstub/
H A Dfdt.c49 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); update_fdt()

Completed in 238 milliseconds