Home
last modified time | relevance | path

Searched refs:newval (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
A Dsymbol.c367 sym->curr = newval; in sym_calc_value()
398 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()
404 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
408 newval.tri = yes; in sym_calc_value()
431 sym->curr = newval; in sym_calc_value()
538 switch (newval) { in sym_toggle_tristate_value()
540 newval = mod; in sym_toggle_tristate_value()
543 newval = yes; in sym_toggle_tristate_value()
546 newval = no; in sym_toggle_tristate_value()
552 return newval; in sym_toggle_tristate_value()
[all …]
A Dlkc_proto.h42 bool sym_string_valid(struct symbol *sym, const char *newval);
44 bool sym_set_string_value(struct symbol *sym, const char *newval);
A Dconf.c165 tristate oldval, newval; in conf_sym() local
198 newval = no; in conf_sym()
204 newval = mod; in conf_sym()
210 newval = yes; in conf_sym()
215 newval = oldval; in conf_sym()
222 if (sym_set_tristate_value(sym, newval)) in conf_sym()
A Dgconf.c781 tristate newval; in change_sym_value() local
787 newval = no; in change_sym_value()
789 newval = mod; in change_sym_value()
791 newval = yes; in change_sym_value()
798 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
799 newval = yes; in change_sym_value()
800 sym_set_tristate_value(sym, newval); in change_sym_value()

Completed in 10 milliseconds