Home
last modified time | relevance | path

Searched refs:S_TRISTATE (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dsymbol.c19 .type = S_TRISTATE,
27 .type = S_TRISTATE,
35 .type = S_TRISTATE,
59 case S_TRISTATE: in sym_type_name()
431 case S_TRISTATE: in sym_calc_value()
451 case S_TRISTATE: in sym_calc_value()
679 case S_TRISTATE: in sym_string_valid()
719 case S_TRISTATE: in sym_string_within_range()
742 case S_TRISTATE: in sym_set_string_value()
842 case S_TRISTATE: in sym_get_string_default()
[all …]
H A Dconfdata.c242 case S_TRISTATE: in conf_set_sym_val()
510 case S_TRISTATE: in conf_read()
621 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()
667 case S_TRISTATE: in print_symbol_for_c()
710 case S_TRISTATE: in print_symbol_for_rustccfg()
989 case S_TRISTATE: in conf_touch_deps()
1011 case S_TRISTATE: in conf_touch_deps()
H A Dconf.c237 (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) || in conf_set_all_new_symbols()
260 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
H A Dparser.y303 | T_TRISTATE { $$ = S_TRISTATE; }
311 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
641 case S_TRISTATE: in print_symbol()
H A Dexpr.c339 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
341 if (sym1->type == S_TRISTATE) { in expr_join_or()
404 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
422 if (sym1->type == S_TRISTATE) { in expr_join_and()
869 case S_TRISTATE: in expr_parse_string()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dmenu.c268 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
274 sym2->type != S_TRISTATE) in sym_check_prop()
H A Dqconf.cc141 case S_TRISTATE: in updateMenu()
498 case S_TRISTATE: in setValue()
529 case S_TRISTATE: in changeValue()
H A Dmconf.c553 case S_TRISTATE: in build_conf()
H A Dgconf.c786 case S_TRISTATE: in change_sym_value()
1079 case S_TRISTATE: in fill_row()
H A Dnconf.c854 case S_TRISTATE: in build_conf()