/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 272 struct property *prop; in sym_choice_default() local 298 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 546 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 608 struct property *prop = NULL; in get_symbol_prop() local 622 struct property *prop; in get_symbol_str() local
|
D | zconf.y | 611 struct property *prop; in print_symbol() local 692 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 | 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 | 129 struct property *prop; in check_nodes_props() local 201 struct property *prop; in check_is_string() local 220 struct property *prop; in check_is_cell() local 258 struct property *prop, *prop2; in check_duplicate_property_names() local 301 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 322 struct node *node, struct property *prop) in check_property_name_chars() 333 #define DESCLABEL_ARGS(node,prop,mark) \ argument 341 struct property *prop, struct marker *mark) in check_duplicate_label() 374 struct node *node, struct property *prop) in check_duplicate_label_prop() 389 struct node *node, struct property *prop) in check_explicit_phandles() [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 365 struct property *prop; in get_property() local 374 cell_t propval_cell(struct property *prop) in propval_cell() 383 struct property *prop; in get_property_by_label() local 407 struct node **node, struct property **prop) in get_marker_label() 638 struct property *prop, **tbl; in sort_properties() local
|
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 | 49 struct property *prop; member
|
D | flattree.c | 262 struct property *prop; in flatten_tree() local 761 struct property *prop; in unflatten_tree() local
|
/scripts/dtc/libfdt/ |
D | fdt_rw.c | 208 int len, struct fdt_property **prop) in _fdt_resize_property() 226 int len, struct fdt_property **prop) in _fdt_add_property() 279 struct fdt_property *prop; in fdt_setprop() local 297 struct fdt_property *prop; in fdt_appendprop() local 323 struct fdt_property *prop; in fdt_delprop() local
|
D | fdt_ro.c | 250 const struct fdt_property *prop; in fdt_get_property_by_offset() local 274 const struct fdt_property *prop; in fdt_get_property_namelen() local 301 const struct fdt_property *prop; in fdt_getprop_namelen() local 313 const struct fdt_property *prop; in fdt_getprop_by_offset() local 644 const void *prop; in fdt_node_check_compatible() 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_wip.c | 85 struct fdt_property *prop; in fdt_nop_property() local
|