Home
last modified time | relevance | path

Searched refs:sym_set_tristate_value (Results 1 – 8 of 8) sorted by relevance

/scripts/kconfig/
Dmconf.c592 if (sym_set_tristate_value(sym, yes)) in conf()
594 if (sym_set_tristate_value(sym, mod)) in conf()
600 sym_set_tristate_value(sym, no); in conf()
604 sym_set_tristate_value(sym, mod); in conf()
684 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dlkc_proto.h40 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
Dnconf.c1192 if (sym_set_tristate_value(sym, yes)) in conf()
1194 if (sym_set_tristate_value(sym, mod)) in conf()
1200 sym_set_tristate_value(sym, no); in conf()
1204 sym_set_tristate_value(sym, mod); in conf()
1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dsymbol.c481 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
534 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
636 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
638 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
640 return sym_set_tristate_value(sym, no); in sym_set_string_value()
Dlkc.h163 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
Dconf.c224 if (sym_set_tristate_value(sym, newval)) in conf_sym()
Dgconf.c852 sym_set_tristate_value(sym, newval); in change_sym_value()
Dqconf.cc500 if (!sym_set_tristate_value(sym, val)) in setValue()