Searched defs:fdt (Results 1 – 5 of 5) sorted by relevance
/system/libufdt/utils/src/ |
D | mkdtimg_dump.c | 41 void *fdt = NULL; in read_fdt_from_image() local 56 static int write_fdt_to_file(const char *filename, const void *fdt, in write_fdt_to_file() 81 static void free_fdt(void *fdt) { in free_fdt() 131 static int output_fdt_info(FILE *out_fp, void *fdt, in output_fdt_info() 154 static inline uint32_t get_fdt_file_size(const void *fdt) { in get_fdt_file_size() 191 void *fdt = read_fdt_from_image(img_fp, dt_offset, dt_size); in dump_image_from_fp() local
|
D | mkdtimg_core.c | 140 static fdt32_t get_fdt32_from_prop(void *fdt, const char *path, const char *prop) { in get_fdt32_from_prop() 161 static fdt32_t get_fdt32_from_number_or_prop(void *fdt, char *value_str) { in get_fdt32_from_number_or_prop() 200 void *fdt = NULL; in output_img_entry() local 361 static int fdt_file_verifier(void *fdt, size_t fdt_file_size) { in fdt_file_verifier()
|
/system/libufdt/tests/src/ |
D | util.c | 82 int write_fdt_to_file(const char *filename, const void *fdt) { in write_fdt_to_file()
|
/system/libufdt/ |
D | ufdt_convert.c | 94 void *fdt = tree->fdtps[i]; in ufdt_get_string_off() local 386 static int _ufdt_output_strtab_to_fdt(const struct ufdt *tree, void *fdt) { in _ufdt_output_strtab_to_fdt()
|
D | ufdt_overlay.c | 555 void *fdt = overlay_tree->fdtps[i]; in _ufdt_overlay_fdtps() local
|