Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dsymbol.c46 if (type == S_TRISTATE) { in sym_get_type()
60 case S_TRISTATE: in sym_type_name()
196 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility()
202 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
355 case S_TRISTATE: in sym_calc_value()
375 case S_TRISTATE: in sym_calc_value()
487 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
588 case S_TRISTATE: in sym_string_valid()
628 case S_TRISTATE: in sym_string_within_range()
651 case S_TRISTATE: in sym_set_string_value()
[all …]
Dconfdata.c239 case S_TRISTATE: in conf_set_sym_val()
441 case S_TRISTATE: in conf_read_simple()
536 case S_TRISTATE: in conf_read()
596 case S_TRISTATE: in kconfig_print_symbol()
650 case S_TRISTATE: { in header_print_symbol()
999 case S_TRISTATE: in conf_touch_deps()
1021 case S_TRISTATE: in conf_touch_deps()
1257 case S_TRISTATE: in conf_set_all_new_symbols()
1275 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
1338 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_mod_or_yes()
Dmenu.c280 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
286 sym2->type != S_TRISTATE) in sym_check_prop()
404 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
529 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
Dparser.y305 | T_TRISTATE { $$ = S_TRISTATE; }
310 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
602 case S_TRISTATE: in print_symbol()
Dexpr.c415 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool()
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
459 if (sym1->type == S_TRISTATE) { in expr_join_or()
521 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
539 if (sym1->type == S_TRISTATE) { in expr_join_and()
1008 case S_TRISTATE: in expr_parse_string()
Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
Dmconf.c545 case S_TRISTATE: in build_conf()
598 case S_TRISTATE: in build_conf()
Dnconf.c812 case S_TRISTATE: in build_conf()
867 case S_TRISTATE: in build_conf()
Dqconf.cc137 case S_TRISTATE: in updateMenu()
496 case S_TRISTATE: in setValue()
527 case S_TRISTATE: in changeValue()
Dgconf.c825 case S_TRISTATE: in change_sym_value()
1118 case S_TRISTATE: in fill_row()