/scripts/kconfig/ |
D | symbol.c | 70 struct property *prop; in sym_get_choice_prop() local 79 struct property *prop; in sym_get_default_prop() local 91 struct property *prop; in sym_get_range_prop() local 119 struct property *prop; in sym_validate_range() local 151 struct property *prop; in sym_set_changed() local 171 struct property *prop; in sym_calc_visibility() local 241 struct property *prop; in sym_choice_default() local 267 struct property *prop; in sym_calc_choice() local 320 struct property *prop; in sym_calc_value() local 509 struct property *prop; in sym_set_tristate_value() local [all …]
|
D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local 228 struct property *prop; in sym_check_prop() local 294 struct property *prop; in menu_finalize() local 701 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 763 struct property *prop = NULL; in get_symbol_prop() local 774 struct property *prop; in get_symbol_props_str() local 794 struct property *prop; in get_symbol_str() local
|
D | parser.y | 595 struct property *prop; in print_symbol() local 685 struct property *prop; in zconfdump() local
|
D | confdata.c | 362 struct property *prop; in conf_read_simple() local 1177 struct property *prop; in randomize_choice_values() local 1225 struct property *prop; in set_all_choice_values() local
|
D | conf.c | 347 struct property *prop; in conf() local
|
D | qconf.cc | 107 struct property *prop; in updateMenu() local 1141 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local 1314 struct property *prop; in search() local
|
D | mconf.c | 468 struct property *prop; in build_conf() local
|
D | expr.h | 120 struct property *prop; member
|
D | nconf.c | 738 struct property *prop; in build_conf() local
|
D | gconf.c | 1336 struct property *prop; in display_tree() local
|
/scripts/dtc/ |
D | checks.c | 63 struct property *prop, in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 201 struct property *prop; in check_is_string() local 220 struct property *prop; in check_is_string_list() local 248 struct property *prop; in check_is_cell() local 284 struct property *prop, *prop2; in check_duplicate_property_names() local 337 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 363 struct property *prop; in check_property_name_chars() local 379 struct property *prop; in check_property_name_chars_strict() local 408 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
D | livetree.c | 266 void add_property(struct node *node, struct property *prop) in add_property() 281 struct property *prop = node->proplist; in delete_property_by_name() local 292 void delete_property(struct property *prop) in delete_property() 327 struct property *prop; in delete_node() local 426 struct property *prop; in get_property() local 435 cell_t propval_cell(struct property *prop) in propval_cell() 441 cell_t propval_cell_n(struct property *prop, int n) in propval_cell_n() 450 struct property *prop; in get_property_by_label() local 474 struct node **node, struct property **prop) in get_marker_label() 709 struct property *prop, **tbl; in sort_properties() local [all …]
|
D | treesource.c | 163 static enum markertype guess_value_type(struct property *prop) in guess_value_type() 196 static void write_propval(FILE *f, struct property *prop) in write_propval() 283 struct property *prop; in write_tree_source_node() local
|
D | yamltree.c | 112 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval() 178 struct property *prop; in yaml_tree() local
|
D | fstree.c | 37 struct property *prop; in read_fstree() local
|
D | fdtget.c | 112 int prop; in list_properties() local 240 const char *prop; in do_fdtget() local
|
D | dtc-parser.y | 35 struct property *prop; member
|
D | flattree.c | 239 struct property *prop; in flatten_tree() local 748 struct property *prop; in unflatten_tree() local
|
/scripts/dtc/libfdt/ |
D | fdt_rw.c | 171 int len, struct fdt_property **prop) in fdt_resize_property_() 189 int len, struct fdt_property **prop) in fdt_add_property_() 246 struct fdt_property *prop; in fdt_setprop_placeholder() local 279 struct fdt_property *prop; in fdt_appendprop() local 305 struct fdt_property *prop; in fdt_delprop() local
|
D | fdt_ro.c | 346 const struct fdt_property *prop; in fdt_get_property_by_offset_() local 388 const struct fdt_property *prop; in fdt_get_property_namelen_() local 438 const struct fdt_property *prop; in fdt_getprop_namelen() local 455 const struct fdt_property *prop; in fdt_getprop_by_offset() local 801 const void *prop; in fdt_node_check_compatible() local 843 const void *prop; in fdt_check_full() local
|
D | fdt_addresses.c | 59 uint8_t data[sizeof(fdt64_t) * 2], *prop; in fdt_appendprop_addrrange() local
|
D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property() local
|
D | fdt_sw.c | 287 struct fdt_property *prop; in fdt_property_placeholder() local 355 struct fdt_property *prop = in fdt_finish() local
|
D | fdt_overlay.c | 564 const void *prop; in overlay_apply_node() local 696 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local
|