Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt.c315 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move() function
H A Dfdt_rw.c442 err = fdt_move(fdt, buf, bufsize); in fdt_open_into()
H A Dlibfdt.h300 * fdt_move - move a device tree around in memory
305 * fdt_move() relocates, if possible, the device tree blob located at
308 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
318 int fdt_move(const void *fdt, void *buf, int bufsize);
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt.c327 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move() function
H A Dlibfdt.h313 * fdt_move - move a device tree around in memory
318 * fdt_move() relocates, if possible, the device tree blob located at
321 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
331 int fdt_move(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c448 err = fdt_move(fdt, buf, bufsize); in fdt_open_into()

Completed in 7 milliseconds