/scripts/kconfig/ |
D | symbol.c | 75 struct property *prop; in sym_get_choice_prop() local 84 struct property *prop; in sym_get_default_prop() local 96 struct property *prop; in sym_get_range_prop() local 124 struct property *prop; in sym_validate_range() local 156 struct property *prop; in sym_set_changed() local 176 struct property *prop; in sym_calc_visibility() local 246 struct property *prop; in sym_choice_default() local 272 struct property *prop; in sym_calc_choice() local 325 struct property *prop; in sym_calc_value() local 513 struct property *prop; in sym_set_tristate_value() local [all …]
|
D | menu.c | 32 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 132 struct property *prop; in menu_add_prop() local 160 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt() local 223 struct property *prop; in sym_check_prop() local 289 struct property *prop; in menu_finalize() local 709 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 783 struct property *prop; in get_symbol_props_str() local 803 struct property *prop; in get_symbol_str() local
|
D | parser.y | 583 struct property *prop; in print_symbol() local 673 struct property *prop; in zconfdump() local
|
D | conf.c | 117 struct property *prop; in randomize_choice_values() local 570 struct property *prop; in conf() local
|
D | qconf.cc | 92 struct property *prop; in updateMenu() local 1082 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local 1199 for (struct property *prop = sym->prop; prop; prop = prop->next) { in clicked() local 1297 struct property *prop; in search() local
|
D | mconf.c | 466 struct property *prop; in build_conf() local
|
D | confdata.c | 1147 struct property *prop; in set_all_choice_values() local
|
D | expr.h | 120 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 | 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, unsigned 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() 708 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 | 39 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 | 185 int len, struct fdt_property **prop) in fdt_resize_property_() 203 int len, struct fdt_property **prop) in fdt_add_property_() 261 struct fdt_property *prop; in fdt_setprop_placeholder() local 294 struct fdt_property *prop; in fdt_appendprop() local 320 struct fdt_property *prop; in fdt_delprop() local
|
D | fdt_addresses.c | 61 uint8_t data[sizeof(fdt64_t) * 2], *prop; in fdt_appendprop_addrrange() local
|
D | fdt_ro.c | 361 const struct fdt_property *prop; in fdt_get_property_by_offset_() local 404 const struct fdt_property *prop; in fdt_get_property_namelen_() local 455 const struct fdt_property *prop; in fdt_getprop_namelen() local 472 const struct fdt_property *prop; in fdt_getprop_by_offset() local 826 const void *prop; in fdt_node_check_compatible() local
|
D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property() local
|
D | fdt_sw.c | 295 struct fdt_property *prop; in fdt_property_placeholder() local 363 struct fdt_property *prop = in fdt_finish() local
|
D | fdt_overlay.c | 565 const void *prop; in overlay_apply_node() local 697 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local
|