| /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 281 struct property *prop; in sym_choice_default() local 307 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 290 struct property *prop; in menu_finalize() local 555 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 617 struct property *prop = NULL; in get_symbol_prop() local 628 struct property *prop; in get_symbol_props_str() local 648 struct property *prop; in get_symbol_str() local
|
| D | zconf.y | 633 struct property *prop; in print_symbol() local 719 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 1057 struct property *prop; in randomize_choice_values() local 1105 struct property *prop; in set_all_choice_values() local
|
| D | conf.c | 358 struct property *prop; in conf() local
|
| D | qconf.cc | 116 struct property *prop; in updateMenu() local 1150 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local 1323 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 | 738 struct property *prop; in build_conf() local
|
| D | gconf.c | 1337 struct property *prop; in display_tree() local
|
| /scripts/dtc/ |
| D | checks.c | 166 struct property *prop; in check_is_string() local 185 struct property *prop; in check_is_cell() local 223 struct property *prop, *prop2; in check_duplicate_property_names() local 278 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 301 struct property *prop; in check_property_name_chars() local 317 struct property *prop; in check_property_name_chars_strict() local 346 #define DESCLABEL_ARGS(node,prop,mark) \ argument 354 struct property *prop, struct marker *mark) in check_duplicate_label() 383 struct property *prop; in check_duplicate_label_node() local 404 struct property *prop; in check_phandle_prop() 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 | 254 struct property *prop; in flatten_tree() local 763 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 294 struct fdt_property *prop; in fdt_appendprop() local 320 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
|