Searched refs:dt_table_entry (Results 1 – 6 of 6) sorted by relevance
21 | dt_table_entry #0 | | | ^ | dt_entry_size23 | dt_table_entry #1 | | | |27 | dt_table_entry #N | | | v48 You can find the data structure `dt_table_header` and `dt_table_entry`75 Each dtb/dtbo `ftbX_filename` will generate a `dt_table_entry` in image.76 `entryX_options` are the values to assign to `dt_table_entry`. These values96 the DTB/DTBO file and assign into relative property in `dt_table_entry`.132 * First `dt_table_entry` (`board1.dtbo`) `id` is `0x00010000` and `custom[0]`200 dt_table_entry[0]:
27 const uint32_t entry_size = sizeof(struct dt_table_entry); in dt_table_header_init()
55 struct dt_table_entry { struct
216 struct dt_table_entry entry; in output_img_entry()259 writer->entry_offset + sizeof(struct dt_table_entry) * entry_count; in dt_image_writer_start()401 writer->entry_offset += sizeof(struct dt_table_entry); in flush_entry_to_img()
119 static void output_table_entry(FILE *out_fp, int index, const struct dt_table_entry *entry) { in output_table_entry()180 struct dt_table_entry entry; in dump_image_from_fp()
328 dt_table_entry = self.__metadata[offset:offset + self._DT_ENTRY_HEADER_INTS]329 params['dt_size'] = dt_table_entry[0]330 params['dt_offset'] = dt_table_entry[1]337 params[required_keys[j + 1]] = str(dt_table_entry[j])