Searched refs:fdt_move (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/scripts/dtc/libfdt/
H A Dfdt.c213 int fdt_move(const void *fdt, void *buf, int bufsize) fdt_move() function
H A Dfdt_rw.c442 err = fdt_move(fdt, buf, bufsize); fdt_open_into()
H A Dlibfdt.h191 * fdt_move - move a device tree around in memory
196 * fdt_move() relocates, if possible, the device tree blob located at
199 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
209 int fdt_move(const void *fdt, void *buf, int bufsize);

Completed in 58 milliseconds