Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/
Dlkc_proto.h26 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
Dconf.c404 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
406 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
408 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
Dsymbol.c479 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() function
502 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value()
630 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
632 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
634 return sym_tristate_within_range(sym, no); in sym_string_within_range()
Dgconf.c822 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
1140 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()