Searched refs:fdt_open_into (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
D | libfdt.h | 1126 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.4.14/arch/mips/mti-malta/ |
D | malta-dtshim.c | 139 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 132 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | fdt.c | 49 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|