Searched refs:fdt_move (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt.c | 315 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move() function
|
H A D | fdt_rw.c | 442 err = fdt_move(fdt, buf, bufsize); in fdt_open_into()
|
H A D | libfdt.h | 300 * 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 D | fdt.c | 327 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move() function
|
H A D | libfdt.h | 313 * 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 D | fdt_rw.c | 448 err = fdt_move(fdt, buf, bufsize); in fdt_open_into()
|
Completed in 7 milliseconds