Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dmconf.c832 if (sym_set_tristate_value(sym, yes)) in conf()
834 if (sym_set_tristate_value(sym, mod)) in conf()
840 sym_set_tristate_value(sym, no); in conf()
844 sym_set_tristate_value(sym, mod); in conf()
H A Dlkc_proto.h30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
H A Dsymbol.c557 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
643 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
745 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
747 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
749 return sym_set_tristate_value(sym, no); in sym_set_string_value()
H A Dnconf.c1193 if (sym_set_tristate_value(sym, yes)) in selected_conf()
1195 if (sym_set_tristate_value(sym, mod)) in selected_conf()
1201 sym_set_tristate_value(sym, no); in selected_conf()
1205 sym_set_tristate_value(sym, mod); in selected_conf()
H A Dconf.c416 if (sym_set_tristate_value(sym, newval)) in conf_sym()
H A Dgconf.c789 sym_set_tristate_value(sym, newval); in change_sym_value()
H A Dqconf.cc501 if (!sym_set_tristate_value(sym, val)) in setValue()