/scripts/kconfig/ |
D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 99 struct property *prop; in sym_get_choice_prop() local 108 struct property *prop; in sym_get_env_prop() local 117 struct property *prop; in sym_get_default_prop() local 129 struct property *prop; in sym_get_range_prop() local 157 struct property *prop; in sym_validate_range() local 191 struct property *prop; in sym_set_changed() local 211 struct property *prop; in sym_calc_visibility() local 258 struct property *prop; in sym_choice_default() local 284 struct property *prop; in sym_calc_choice() local [all …]
|
D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 130 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local 234 struct property *prop; in sym_check_prop() local 286 struct property *prop; in menu_finalize() local 547 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 609 struct property *prop = NULL; in get_symbol_prop() local 623 struct property *prop; in get_symbol_str() local
|
D | zconf.y | 626 struct property *prop; in print_symbol() local 707 struct property *prop; in zconfdump() local
|
D | util.c | 58 struct property *prop; in file_write_dep() local
|
D | confdata.c | 263 struct property *prop; in conf_read_simple() local 1055 struct property *prop; in randomize_choice_values() local 1103 struct property *prop; in set_all_choice_values() local
|
D | conf.c | 357 struct property *prop; in conf() local
|
D | qconf.cc | 108 struct property *prop; in updateMenu() local 1142 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local 1315 struct property *prop; in search() local
|
D | mconf.c | 469 struct property *prop; in build_conf() local
|
D | expr.h | 85 struct property *prop; member
|
D | nconf.c | 736 struct property *prop; in build_conf() local
|
D | gconf.c | 1337 struct property *prop; in display_tree() local
|
/scripts/dtc/ |
D | checks.c | 167 struct property *prop; in check_is_string() local 186 struct property *prop; in check_is_cell() local 224 struct property *prop, *prop2; in check_duplicate_property_names() local 267 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 290 struct property *prop; in check_property_name_chars() local 303 #define DESCLABEL_ARGS(node,prop,mark) \ argument 311 struct property *prop, struct marker *mark) in check_duplicate_label() 340 struct property *prop; in check_duplicate_label_node() local 361 struct property *prop; in check_phandle_prop() local 443 struct property **pp, *prop = NULL; in check_name_properties() local [all …]
|
D | livetree.c | 227 void add_property(struct node *node, struct property *prop) in add_property() 242 struct property *prop = node->proplist; in delete_property_by_name() local 253 void delete_property(struct property *prop) in delete_property() 288 struct property *prop; in delete_node() local 384 struct property *prop; in get_property() local 393 cell_t propval_cell(struct property *prop) in propval_cell() 402 struct property *prop; in get_property_by_label() local 426 struct node **node, struct property **prop) in get_marker_label() 657 struct property *prop, **tbl; in sort_properties() local 815 struct property *prop; in any_fixup_tree() local [all …]
|
D | fstree.c | 52 struct property *prop; in read_fstree() local
|
D | treesource.c | 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 238 struct property *prop; in write_tree_source_node() local
|
D | fdtget.c | 126 int prop; in list_properties() local 254 const char *prop; in do_fdtget() local
|
D | dtc-parser.y | 50 struct property *prop; member
|
D | flattree.c | 262 struct property *prop; in flatten_tree() local 770 struct property *prop; in unflatten_tree() local
|
/scripts/dtc/libfdt/ |
D | fdt_rw.c | 204 int len, struct fdt_property **prop) in _fdt_resize_property() 222 int len, struct fdt_property **prop) in _fdt_add_property() 275 struct fdt_property *prop; in fdt_setprop() local 293 struct fdt_property *prop; in fdt_appendprop() local 319 struct fdt_property *prop; in fdt_delprop() local
|
D | fdt_sw.c | 225 struct fdt_property *prop; in fdt_property() local 271 struct fdt_property *prop = in fdt_finish() local
|
D | fdt_ro.c | 276 const struct fdt_property *prop; in fdt_get_property_by_offset() local 300 const struct fdt_property *prop; in fdt_get_property_namelen() local 327 const struct fdt_property *prop; in fdt_getprop_namelen() local 339 const struct fdt_property *prop; in fdt_getprop_by_offset() local 670 const void *prop; in fdt_node_check_compatible() local
|
D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property() local
|