Searched refs:fdt_open_into (Results 1 – 4 of 4) sorted by relevance
37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
1584 int fdt_open_into(const void *fdt, void *buf, int bufsize);
58 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()