Lines Matching refs:property
40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default()
97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
99 struct property *prop; in sym_get_choice_prop()
106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
108 struct property *prop; in sym_get_env_prop()
115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
117 struct property *prop; in sym_get_default_prop()
127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
129 struct property *prop; in sym_get_range_prop()
157 struct property *prop; in sym_validate_range()
191 struct property *prop; in sym_set_changed()
211 struct property *prop; in sym_calc_visibility()
281 struct property *prop; in sym_choice_default()
307 struct property *prop; in sym_calc_choice()
339 struct property *prop; in sym_calc_value()
539 struct property *prop; in sym_set_tristate_value()
626 struct property *prop; in sym_string_within_range()
724 struct property *prop; in sym_get_string_default()
1088 struct property *prop;
1119 struct property *prop; in sym_check_print_recursive()
1226 struct property *prop; in sym_check_sym_deps()
1260 struct property *prop; in sym_check_choice_deps()
1297 struct property *prop; in sym_check_deps()
1328 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1330 struct property *prop; in prop_alloc()
1331 struct property **propp; in prop_alloc()
1350 struct symbol *prop_get_symbol(struct property *prop) in prop_get_symbol()
1390 struct property *prop; in prop_add_env()