Home
last modified time | relevance | path

Searched refs:fdt_open_into (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/libfdt/
Dfdt_empty_tree.c37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
Dfdt_rw.c419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
Dlibfdt.h1584 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/scripts/dtc/
Dfdtoverlay.c58 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()