Searched refs:chval (Results 1 – 2 of 2) sorted by relevance
126 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument128 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
159 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument161 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()