/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | symbol.c | 48 type = S_BOOLEAN; in sym_get_type() 50 type = S_BOOLEAN; in sym_get_type() 58 case S_BOOLEAN: in sym_type_name() 212 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 230 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 352 case S_BOOLEAN: in sym_calc_value() 372 case S_BOOLEAN: in sym_calc_value() 410 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 485 if (type != S_BOOLEAN in sym_tristate_within_range() [all...] |
H A D | confdata.c | 246 case S_BOOLEAN: in conf_set_sym_val() 434 sym->type = S_BOOLEAN; in conf_read_simple() 440 case S_BOOLEAN: in conf_read_simple() 535 case S_BOOLEAN: in conf_read() 595 case S_BOOLEAN: in kconfig_print_symbol() 649 case S_BOOLEAN: in header_print_symbol() 798 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 998 case S_BOOLEAN: in conf_touch_deps() 1020 case S_BOOLEAN: in conf_touch_deps() 1256 case S_BOOLEAN in conf_set_all_new_symbols() [all...] |
H A D | parser.y | 304 T_BOOL { $$ = S_BOOLEAN; } 309 | T_DEF_BOOL { $$ = S_BOOLEAN; } 599 case S_BOOLEAN:
|
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 | 457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 521 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 717 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 739 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 1007 case S_BOOLEAN: in expr_parse_string()
|
H A D | mconf.c | 542 case S_BOOLEAN: in build_conf() 590 case S_BOOLEAN: in build_conf()
|
H A D | qconf.cc | 136 case S_BOOLEAN: in updateMenu() 147 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 158 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 495 case S_BOOLEAN: in setValue() 526 case S_BOOLEAN: in changeValue()
|
H A D | nconf.c | 808 case S_BOOLEAN: in build_conf() 859 case S_BOOLEAN: in build_conf()
|
H A D | menu.c | 280 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 285 sym2->type != S_BOOLEAN && in sym_check_prop()
|
H A D | gconf.c | 824 case S_BOOLEAN: in change_sym_value() 1112 case S_BOOLEAN: in fill_row()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | symbol.c | 47 type = S_BOOLEAN; in sym_get_type() 49 type = S_BOOLEAN; in sym_get_type() 57 case S_BOOLEAN: in sym_type_name() 211 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 220 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 229 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 351 case S_BOOLEAN: in sym_calc_value() 371 case S_BOOLEAN: in sym_calc_value() 409 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 484 if (type != S_BOOLEAN in sym_tristate_within_range() [all...] |
H A D | confdata.c | 238 case S_BOOLEAN: in conf_set_sym_val() 454 sym->type = S_BOOLEAN; in conf_read_simple() 460 case S_BOOLEAN: in conf_read_simple() 564 case S_BOOLEAN: in conf_read() 701 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol() 746 case S_BOOLEAN: in print_symbol_for_c() 789 case S_BOOLEAN: in print_symbol_for_rustccfg() 885 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 1105 case S_BOOLEAN: in conf_touch_deps() 1127 case S_BOOLEAN in conf_touch_deps() [all...] |
H A D | parser.y | 295 T_BOOL { $$ = S_BOOLEAN; } 300 | T_DEF_BOOL { $$ = S_BOOLEAN; } 590 case S_BOOLEAN:
|
H A D | mconf.c | 580 case S_BOOLEAN: in build_conf() 628 case S_BOOLEAN: 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 | 457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 521 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 717 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 739 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 1007 case S_BOOLEAN: in expr_parse_string()
|
H A D | qconf.cc | 139 case S_BOOLEAN: in updateMenu() 150 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 161 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 499 case S_BOOLEAN: in setValue() 530 case S_BOOLEAN: in changeValue()
|
H A D | menu.c | 259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 264 sym2->type != S_BOOLEAN && in sym_check_prop()
|
H A D | nconf.c | 880 case S_BOOLEAN: in build_conf() 931 case S_BOOLEAN: in build_conf()
|
H A D | gconf.c | 817 case S_BOOLEAN: in change_sym_value() 1109 case S_BOOLEAN: in fill_row()
|
H A D | conf.c | 233 case S_BOOLEAN: in conf_set_all_new_symbols()
|