Searched refs:dt_info (Results 1 – 9 of 9) sorted by relevance
/linux/scripts/dtc/ |
H A D | checks.c | 29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 135 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 155 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 200 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail() 207 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string() 225 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list() 254 static void check_is_cell(struct check *c, struct dt_info *dti, in check_is_cell() 276 static void check_duplicate_node_names(struct check *c, struct dt_info *dti, in check_duplicate_node_names() 290 static void check_duplicate_property_names(struct check *c, struct dt_info *dti, in check_duplicate_property_names() [all …]
|
H A D | dtc.h | 323 struct dt_info { struct 335 struct dt_info *build_dt_info(unsigned int dtsflags, argument 338 void sort_tree(struct dt_info *dti); 339 void generate_label_tree(struct dt_info *dti, const char *name, bool allocph); 340 void generate_fixups_tree(struct dt_info *dti, const char *name); 341 void generate_local_fixups_tree(struct dt_info *dti, const char *name); 346 void process_checks(bool force, struct dt_info *dti); 350 void dt_to_blob(FILE *f, struct dt_info *dti, int version); 351 void dt_to_asm(FILE *f, struct dt_info *dti, int version); 353 struct dt_info *dt_from_blob(const char *fname); [all …]
|
H A D | livetree.c | 398 struct dt_info *build_dt_info(unsigned int dtsflags, in build_dt_info() 402 struct dt_info *dti; in build_dt_info() 700 static void sort_reserve_entries(struct dt_info *dti) in sort_reserve_entries() 812 void sort_tree(struct dt_info *dti) in sort_tree() 844 static bool any_label_tree(struct dt_info *dti, struct node *node) in any_label_tree() 858 static void generate_label_tree_internal(struct dt_info *dti, in generate_label_tree_internal() 899 static bool any_fixup_tree(struct dt_info *dti, struct node *node) in any_fixup_tree() 921 static void add_fixup_entry(struct dt_info *dti, struct node *fn, in add_fixup_entry() 947 static void generate_fixups_tree_internal(struct dt_info *dti, in generate_fixups_tree_internal() 970 static bool any_local_fixup_tree(struct dt_info *dti, struct node *node) in any_local_fixup_tree() [all …]
|
H A D | treesource.c | 13 struct dt_info *parser_output; 16 struct dt_info *dt_from_source(const char *fname) in dt_from_source() 346 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
H A D | fstree.c | 68 struct dt_info *dt_from_fs(const char *dirname) in dt_from_fs()
|
H A D | flattree.c | 346 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob() 447 void dt_to_asm(FILE *f, struct dt_info *dti, int version) in dt_to_asm() 793 struct dt_info *dt_from_blob(const char *fname) in dt_from_blob()
|
H A D | yamltree.c | 207 void dt_to_yaml(FILE *f, struct dt_info *dti) in dt_to_yaml()
|
H A D | dtc.c | 166 struct dt_info *dti; in main()
|
H A D | dtc-parser.y | 24 extern struct dt_info *parser_output;
|