Searched defs:fdt (Results  1 – 5 of 5) sorted by relevance
| /system/libufdt/utils/src/ | 
| D | mkdtimg_dump.c | 40   void *fdt = NULL;  in read_fdt_from_image()  local 59 static int write_fdt_to_file(const char *filename, const void *fdt,  in write_fdt_to_file() 84 static void free_fdt(void *fdt) {  in free_fdt() 134 static int output_fdt_info(FILE *out_fp, void *fdt,  in output_fdt_info() 157 static inline uint32_t get_fdt_file_size(const void *fdt) {  in get_fdt_file_size() 194       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 | 96     void *fdt = tree->fdtps[i];  in ufdt_get_string_off()  local 415 static int _ufdt_output_strtab_to_fdt(const struct ufdt *tree, void *fdt) {  in _ufdt_output_strtab_to_fdt()
  | 
| D | ufdt_overlay.c | 565     void *fdt = overlay_tree->fdtps[i];  in _ufdt_overlay_fdtps()  local
  |