Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/kconfig/
Dmconf.c720 if (sym_set_tristate_value(sym, yes)) in conf()
722 if (sym_set_tristate_value(sym, mod)) in conf()
728 sym_set_tristate_value(sym, no); in conf()
732 sym_set_tristate_value(sym, mod); in conf()
835 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dlkc_proto.h27 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
Dnconf.c1189 if (sym_set_tristate_value(sym, yes)) in conf()
1191 if (sym_set_tristate_value(sym, mod)) in conf()
1197 sym_set_tristate_value(sym, no); in conf()
1201 sym_set_tristate_value(sym, mod); in conf()
1329 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dlkc.h129 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
Dsymbol.c498 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
551 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
653 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
655 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
657 return sym_set_tristate_value(sym, no); in sym_set_string_value()
Dconf.c445 if (sym_set_tristate_value(sym, newval)) in conf_sym()
Dgconf.c824 sym_set_tristate_value(sym, newval); in change_sym_value()
Dqconf.cc501 if (!sym_set_tristate_value(sym, val)) in setValue()