| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | livetree.c | 42 struct property *build_property(char *name, struct data val) in build_property() 44 struct property *new = xmalloc(sizeof(*new)); in build_property() 54 struct property *chain_property(struct property *first, struct property *list) in chain_property() 62 struct property *reverse_properties(struct property *first) in reverse_properties() 64 struct property *p = first; in reverse_properties() 65 struct property *head = NULL; in reverse_properties() 66 struct property *next; in reverse_properties() 77 struct node *build_node(struct property *proplist, struct node *children) in build_node() 105 struct property *new_prop, *old_prop; in merge_nodes() 178 void add_property(struct node *node, struct property *prop) in add_property() [all …]
|
| H A D | dtc.h | 133 struct property { struct 137 struct property *next; argument 144 struct property *proplist; argument 170 struct property *build_property(char *name, struct data val); 171 struct property *chain_property(struct property *first, struct property *list); 172 struct property *reverse_properties(struct property *first); 174 struct node *build_node(struct property *proplist, struct node *children); 179 void add_property(struct node *node, struct property *prop); 183 struct property *get_property(struct node *node, const char *propname); 184 cell_t propval_cell(struct property *prop); [all …]
|
| H A D | checks.c | 52 struct node *node, struct property *prop); 117 struct property *prop; in check_nodes_props() 182 struct property *prop; in check_is_string() 199 struct property *prop; in check_is_cell() 235 struct property *prop, *prop2; in check_duplicate_property_names() 271 struct node *node, struct property *prop) in check_property_name_chars() 290 struct property *prop, struct marker *mark) in check_duplicate_label() 293 struct property *otherprop = NULL; in check_duplicate_label() 323 struct node *node, struct property *prop) in check_duplicate_label_prop() 338 struct node *node, struct property *prop) in check_explicit_phandles() [all …]
|
| H A D | flattree.c | 57 void (*property)(void *, struct label *labels); member 114 .property = bin_emit_property, 240 .property = asm_emit_property, 262 struct property *prop; in flatten_tree() 283 emit->property(etarget, prop->labels); in flatten_tree() 295 emit->property(etarget, NULL); in flatten_tree() 675 static struct property *flat_read_property(struct inbuf *dtbuf, in flat_read_property() 760 struct property *prop; in unflatten_tree()
|
| H A D | dtc-parser.tab.h_shipped | 73 struct property *prop; 74 struct property *proplist;
|
| H A D | dtc-parser.y | 49 struct property *prop; 50 struct property *proplist;
|
| H A D | treesource.c | 193 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 struct property *prop; in write_tree_source_node()
|
| H A D | fstree.c | 52 struct property *prop; in read_fstree()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | symbol.c | 41 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() 98 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 100 struct property *prop; in sym_get_choice_prop() 107 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop() 109 struct property *prop; in sym_get_env_prop() 116 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 118 struct property *prop; in sym_get_default_prop() 128 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 130 struct property *prop; in sym_get_range_prop() 158 struct property *prop; in sym_validate_range() [all …]
|
| H A D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 127 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop() 129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() 164 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 187 struct property *prop; in menu_add_option() 214 struct property *prop; in sym_check_prop() 266 struct property *prop; in menu_finalize() 510 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str() 544 struct property *prop; in get_symbol_str()
|
| H A D | lkc.h | 114 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… 115 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 152 struct property *prop_alloc(enum prop_type type, struct symbol *sym); 153 struct symbol *prop_get_symbol(struct property *prop); 154 struct property *sym_get_env_prop(struct symbol *sym);
|
| H A D | expr.h | 81 struct property *prop; 134 struct property { struct 135 struct property *next; /* next property - null if last */ argument 162 struct property *prompt;
|
| H A D | confdata.c | 193 struct property *prop; in conf_read_simple() 344 struct property *prop; in conf_read() 924 struct property *prop; in randomize_choice_values() 967 struct property *prop; in set_all_choice_values()
|
| H A D | lkc_proto.h | 45 P(sym_get_choice_prop,struct property *,(struct symbol *sym)); 46 P(sym_get_default_prop,struct property *,(struct symbol *sym));
|
| H A D | zconf.y | 514 struct property *prop; 618 struct property *prop; in print_symbol() 699 struct property *prop; in zconfdump()
|
| H A D | zconf.tab.c | 2269 struct property *prop; in conf_parse() 2373 struct property *prop; in print_symbol() 2454 struct property *prop; in zconfdump()
|
| H A D | qconf.cc | 118 struct property *prop; in updateMenu() 1080 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() 1248 struct property *prop; in search()
|
| H A D | util.c | 56 struct property *prop; in file_write_dep()
|
| H A D | gconf.c | 1313 struct property *prop; in update_tree() 1396 struct property *prop; in display_tree()
|
| H A D | mconf.c | 341 struct property *prop; in build_conf()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/ |
| H A D | mhal_dip.h.0 | 6 // intellectual property of MStar Semiconductor, Inc. ("MStar") and protected by 36 // intellectual property rights, fitness for a particular purpose, error free 63 // (c) conferring any license or right under any intellectual property right. 122 /// Define DIP chip property for different chip characteristic.
|
| H A D | mhal_xc_chip_config.h.0 | 6 // intellectual property of MStar Semiconductor, Inc. ("MStar") and protected by 36 // intellectual property rights, fitness for a particular purpose, error free 63 // (c) conferring any license or right under any intellectual property right.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/iterators/ |
| H A D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound 3 /// iterators that do not have this property, or in cases when the loop
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_pip.c.0 | 6 // intellectual property of MStar Semiconductor, Inc. ("MStar") and protected by 36 // intellectual property rights, fitness for a particular purpose, error free 63 // (c) conferring any license or right under any intellectual property right.
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_PCMonitor.c.0 | 6 // intellectual property of MStar Semiconductor, Inc. ("MStar") and protected by 36 // intellectual property rights, fitness for a particular purpose, error free 63 // (c) conferring any license or right under any intellectual property right.
|