Searched refs:fdt_open_into (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 68 rc = fdt_open_into(fdt, buf, size); in expand_buf() 193 err = fdt_open_into(fdt, buf, bufsize); in fdt_init()
|
/linux-4.1.27/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | libfdt.h | 1018 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
D | fdt_rw.c | 416 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 132 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | fdt.c | 49 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|