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

/linux-4.4.14/scripts/kconfig/
H A Dlkc.h159 return sym_set_tristate_value(chval, yes); sym_set_choice_value()
H A Dmconf.c724 if (sym_set_tristate_value(sym, yes)) conf()
726 if (sym_set_tristate_value(sym, mod)) conf()
732 sym_set_tristate_value(sym, no); conf()
736 sym_set_tristate_value(sym, mod); conf()
842 sym_set_tristate_value(child->sym, yes); conf_choice()
H A Dnconf.c1193 if (sym_set_tristate_value(sym, yes)) conf()
1195 if (sym_set_tristate_value(sym, mod)) conf()
1201 sym_set_tristate_value(sym, no); conf()
1205 sym_set_tristate_value(sym, mod); conf()
1336 sym_set_tristate_value(child->sym, yes); conf_choice()
H A Dsymbol.c492 bool sym_set_tristate_value(struct symbol *sym, tristate val) sym_set_tristate_value() function
545 if (sym_set_tristate_value(sym, newval)) sym_toggle_tristate_value()
647 return sym_set_tristate_value(sym, yes); sym_set_string_value()
649 return sym_set_tristate_value(sym, mod); sym_set_string_value()
651 return sym_set_tristate_value(sym, no); sym_set_string_value()
H A Dconf.c228 if (sym_set_tristate_value(sym, newval)) conf_sym()
H A Dgconf.c828 sym_set_tristate_value(sym, newval); change_sym_value()
H A Dqconf.cc482 if (!sym_set_tristate_value(sym, val)) setValue()

Completed in 211 milliseconds