Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dlkc_proto.h29 bool sym_tristate_within_range(const struct symbol *sym, tristate tri);
A Dconf.c378 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
380 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
382 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
A Dsymbol.c544 bool sym_tristate_within_range(const struct symbol *sym, tristate val) in sym_tristate_within_range() function
565 if (!sym_tristate_within_range(sym, val)) in sym_set_tristate_value()
726 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
728 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
730 return sym_tristate_within_range(sym, no); in sym_string_within_range()
A Dgconf.c215 if (val != no && sym_tristate_within_range(sym, no)) in set_node()
217 if (val != mod && sym_tristate_within_range(sym, mod)) in set_node()
219 if (val != yes && sym_tristate_within_range(sym, yes)) in set_node()
706 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()

Completed in 9 milliseconds