Searched refs:fdt_open_into (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
| H A D | fdt_rw.c | 400 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 1478 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 825 ret = fdt_open_into(dt->blob, dt->blob, dt_sz); in init_external_dt()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 723 if (fdt_open_into(fdt, (void *)va, total_size)) in copy_and_map_fdt()
|