Lines Matching refs:property
68 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
70 struct property *prop; in sym_get_choice_prop()
77 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
79 struct property *prop; in sym_get_default_prop()
89 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
91 struct property *prop; in sym_get_range_prop()
119 struct property *prop; in sym_validate_range()
151 struct property *prop; in sym_set_changed()
171 struct property *prop; in sym_calc_visibility()
241 struct property *prop; in sym_choice_default()
267 struct property *prop; in sym_calc_choice()
320 struct property *prop; in sym_calc_value()
509 struct property *prop; in sym_set_tristate_value()
596 struct property *prop; in sym_string_within_range()
694 struct property *prop; in sym_get_string_default()
1008 struct property *prop;
1039 struct property *prop; in sym_check_print_recursive()
1161 struct property *prop; in sym_check_sym_deps()
1209 struct property *prop; in sym_check_choice_deps()
1246 struct property *prop; in sym_check_deps()
1274 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1276 struct property *prop; in prop_alloc()
1277 struct property **propp; in prop_alloc()
1296 struct symbol *prop_get_symbol(struct property *prop) in prop_get_symbol()