/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 239 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() [all...] |
H A D | symbol.c | 46 if (type == S_TRISTATE) { in sym_get_type() 60 case S_TRISTATE: in sym_type_name() 194 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility() 200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 353 case S_TRISTATE: in sym_calc_value() 373 case S_TRISTATE: in sym_calc_value() 485 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 586 case S_TRISTATE: in sym_string_valid() 626 case S_TRISTATE: in sym_string_within_range() 649 case S_TRISTATE in sym_set_string_value() [all...] |
H A D | menu.c | 280 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()
|
H A D | parser.y | 305 | T_TRISTATE { $$ = S_TRISTATE; } 310 | T_DEF_TRISTATE { $$ = S_TRISTATE; } 602 case S_TRISTATE:
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator 90 /* S_BOOLEAN, S_TRISTATE, ... */
|
H A D | expr.c | 415 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()
|
H A D | mconf.c | 545 case S_TRISTATE: in build_conf() 598 case S_TRISTATE: in build_conf()
|
H A D | nconf.c | 812 case S_TRISTATE: in build_conf() 867 case S_TRISTATE: in build_conf()
|
H A D | gconf.c | 825 case S_TRISTATE: in change_sym_value() 1118 case S_TRISTATE: in fill_row()
|
H A D | qconf.cc | 137 case S_TRISTATE: in updateMenu() 496 case S_TRISTATE: in setValue() 527 case S_TRISTATE: in changeValue()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | symbol.c | 45 if (type == S_TRISTATE) { in sym_get_type() 59 case S_TRISTATE: in sym_type_name() 193 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility() 199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 352 case S_TRISTATE: in sym_calc_value() 372 case S_TRISTATE: in sym_calc_value() 484 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 585 case S_TRISTATE: in sym_string_valid() 625 case S_TRISTATE: in sym_string_within_range() 648 case S_TRISTATE in sym_set_string_value() [all...] |
H A D | confdata.c | 231 case S_TRISTATE: in conf_set_sym_val() 461 case S_TRISTATE: in conf_read_simple() 565 case S_TRISTATE: in conf_read() 701 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol() 747 case S_TRISTATE: in print_symbol_for_c() 790 case S_TRISTATE: in print_symbol_for_rustccfg() 1106 case S_TRISTATE: in conf_touch_deps() 1128 case S_TRISTATE: in conf_touch_deps()
|
H A D | menu.c | 259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 265 sym2->type != S_TRISTATE) in sym_check_prop() 383 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 508 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
H A D | conf.c | 234 case S_TRISTATE: in conf_set_all_new_symbols() 249 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols() 310 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
|
H A D | parser.y | 296 | T_TRISTATE { $$ = S_TRISTATE; } 301 | T_DEF_TRISTATE { $$ = S_TRISTATE; } 593 case S_TRISTATE:
|
H A D | mconf.c | 583 case S_TRISTATE: in build_conf() 636 case S_TRISTATE: in build_conf()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator 90 /* S_BOOLEAN, S_TRISTATE, ... */
|
H A D | expr.c | 415 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()
|
H A D | nconf.c | 884 case S_TRISTATE: in build_conf() 939 case S_TRISTATE: in build_conf()
|
H A D | gconf.c | 818 case S_TRISTATE: in change_sym_value() 1115 case S_TRISTATE: in fill_row()
|
H A D | qconf.cc | 140 case S_TRISTATE: in updateMenu() 500 case S_TRISTATE: in setValue() 531 case S_TRISTATE: in changeValue()
|