Searched refs:fdt_move (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/scripts/dtc/libfdt/ |
H A D | fdt.c | 213 int fdt_move(const void *fdt, void *buf, int bufsize) fdt_move() function
|
H A D | fdt_rw.c | 442 err = fdt_move(fdt, buf, bufsize); fdt_open_into()
|
H A D | libfdt.h | 191 * 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