Lines Matching refs:property

41 	struct property *prop = prop_alloc(P_DEFAULT, sym);  in sym_add_default()
98 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
100 struct property *prop; in sym_get_choice_prop()
107 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
109 struct property *prop; in sym_get_env_prop()
116 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
118 struct property *prop; in sym_get_default_prop()
128 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
130 struct property *prop; in sym_get_range_prop()
158 struct property *prop; in sym_validate_range()
191 struct property *prop; in sym_calc_visibility()
238 struct property *prop; in sym_choice_default()
264 struct property *prop; in sym_calc_choice()
289 struct property *prop; in sym_calc_value()
438 struct property *prop; in sym_set_changed()
492 struct property *prop; in sym_set_tristate_value()
579 struct property *prop; in sym_string_within_range()
677 struct property *prop; in sym_get_string_default()
942 struct property *prop;
973 struct property *prop; in sym_check_print_recursive()
1074 struct property *prop; in sym_check_sym_deps()
1108 struct property *prop; in sym_check_choice_deps()
1145 struct property *prop; in sym_check_deps()
1176 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1178 struct property *prop; in prop_alloc()
1179 struct property **propp; in prop_alloc()
1198 struct symbol *prop_get_symbol(struct property *prop) in prop_get_symbol()
1236 struct property *prop; in prop_add_env()