| /scripts/dtc/ | 
| D | checks.c | 63 					   struct property *prop,  in check_msg() 127 #define FAIL_PROP(c, dti, node, prop, ...)				\  argument 210 	struct property *prop;  in check_is_string()  local 229 	struct property *prop;  in check_is_string_list()  local 257 	struct property *prop;  in check_is_cell()  local 293 	struct property *prop, *prop2;  in check_duplicate_property_names()  local 361 	struct property *prop = get_property(node, "reg");  in check_unit_address_vs_reg()  local 387 	struct property *prop;  in check_property_name_chars()  local 403 	struct property *prop;  in check_property_name_chars_strict()  local 432 #define DESCLABEL_ARGS(node,prop,mark)		\  argument [all …] 
 | 
| D | livetree.c | 267 void add_property(struct node *node, struct property *prop)  in add_property() 282 	struct property *prop = node->proplist;  in delete_property_by_name()  local 293 void delete_property(struct property *prop)  in delete_property() 328 	struct property *prop;  in delete_node()  local 427 	struct property *prop;  in get_property()  local 436 cell_t propval_cell(struct property *prop)  in propval_cell() 442 cell_t propval_cell_n(struct property *prop, unsigned int n)  in propval_cell_n() 451 	struct property *prop;  in get_property_by_label()  local 475 				struct node **node, struct property **prop)  in get_marker_label() 743 	struct property *prop, **tbl;  in sort_properties()  local [all …] 
 | 
| D | treesource.c | 142 static void add_string_markers(struct property *prop)  in add_string_markers() 164 static enum markertype guess_value_type(struct property *prop)  in guess_value_type() 199 static void write_propval(FILE *f, struct property *prop)  in write_propval() 301 	struct property *prop;  in write_tree_source_node()  local
  | 
| D | yamltree.c | 113 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop)  in yaml_propval() 180 	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 | 45 	struct property *prop;  member
  | 
| D | flattree.c | 240 	struct property *prop;  in flatten_tree()  local 750 		struct property *prop;  in unflatten_tree()  local
  | 
| /scripts/kconfig/ | 
| D | symbol.c | 110 	struct property *prop;  in sym_get_default_prop()  local 122 	struct property *prop;  in sym_get_range_prop()  local 150 	struct property *prop;  in sym_validate_range()  local 198 	struct property *prop;  in sym_calc_visibility()  local 255 	struct property *prop;  in sym_choice_default()  local 393 	struct property *prop;  in sym_calc_value()  local 682 	struct property *prop;  in sym_string_within_range()  local 780 	struct property *prop;  in sym_get_string_default()  local 1051 	struct property *prop;  member 1183 	struct property *prop;  in sym_check_sym_deps()  local [all …] 
 | 
| D | menu.c | 52 static void prop_warn(const struct property *prop, const char *fmt, ...)  in prop_warn() 153 	struct property *prop;  in menu_add_prop()  local 181 	struct property *prop = menu_add_prop(type, NULL, dep);  in menu_add_prompt()  local 234 	struct property *prop;  in sym_check_prop()  local 298 	struct property *prop;  in _menu_finalize()  local 610 static void get_prompt_str(struct gstr *r, struct property *prop,  in get_prompt_str() 673 	struct property *prop;  in get_symbol_props_str()  local 693 	struct property *prop;  in get_symbol_str()  local
  | 
| D | parser.y | 501 	struct property *prop;  variable 649 	struct property *prop;  in print_symbol()  local 732 	struct property *prop;  in zconfdump()  local
  | 
| D | qconf.cc | 95 	struct property *prop;  in updateMenu()  local 1085 	for (struct property *prop = sym->prop; prop; prop = prop->next) {  in debug_info()  local 1193 	for (struct property *prop = sym->prop; prop; prop = prop->next) {  in clicked()  local 1291 	struct property *prop;  in search()  local
  | 
| D | conf.c | 512 	struct property *prop;  in conf()  local
  | 
| D | mconf.c | 457 	struct property *prop;  in build_conf()  local
  | 
| D | expr.h | 131 	struct property *prop;  member
  | 
| D | nconf.c | 764 	struct property *prop;  in build_conf()  local
  | 
| D | gconf.c | 1293 	struct property *prop;  in display_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 | 364 	const struct fdt_property *prop;  in fdt_get_property_by_offset_()  local 407 		const struct fdt_property *prop;  in fdt_get_property_namelen_()  local 458 	const struct fdt_property *prop;  in fdt_getprop_namelen()  local 475 	const struct fdt_property *prop;  in fdt_getprop_by_offset()  local 855 	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 | 777 		const void *prop;  in overlay_apply_node()  local 909 	int root_sym, ov_sym, prop, path_len, fragment, target;  in overlay_symbol_update()  local
  |