Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
H A Dfdt_empty_tree.c37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dfdt_rw.c400 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1478 int fdt_open_into(const void *fdt, void *buf, int bufsize);
/optee_os/core/kernel/
H A Ddt.c825 ret = fdt_open_into(dt->blob, dt->blob, dt_sz); in init_external_dt()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c723 if (fdt_open_into(fdt, (void *)va, total_size)) in copy_and_map_fdt()