/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 16 .type = S_TRISTATE, 23 .type = S_TRISTATE, 30 .type = S_TRISTATE, 49 if (type == S_TRISTATE) { in sym_get_type() 63 case S_TRISTATE: in sym_type_name() 197 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility() 203 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 365 case S_TRISTATE: in sym_calc_value() 385 case S_TRISTATE: in sym_calc_value() 497 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() [all...] |
H A D | confdata.c | 238 case S_TRISTATE: in conf_set_sym_val() 548 case S_TRISTATE: in conf_read() 684 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in escape_string_value() 730 case S_TRISTATE: in print_symbol_for_listconfig() 773 case S_TRISTATE: in print_symbol_for_c() 1089 case S_TRISTATE: in conf_touch_deps() 1111 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() 506 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
H A D | parser.y | 296 | T_TRISTATE { $$ = S_TRISTATE; } 301 | T_DEF_TRISTATE { $$ = S_TRISTATE; } 593 case S_TRISTATE: in print_symbol()
|
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 | expr.c | 428 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 430 if (sym1->type == S_TRISTATE) { in expr_join_or() 492 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 510 if (sym1->type == S_TRISTATE) { in expr_join_and() 979 case S_TRISTATE: in expr_parse_string()
|
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
|
H A D | nconf.c | 884 case S_TRISTATE: in build_conf() 939 case S_TRISTATE: in build_conf()
|
H A D | qconf.cc | 140 case S_TRISTATE: in updateMenu() 500 case S_TRISTATE: in setValue() 531 case S_TRISTATE: in changeValue()
|
H A D | gconf.c | 818 case S_TRISTATE: in change_sym_value() 1115 case S_TRISTATE: in fill_row()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | kconf_id.c | 20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE }, 21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
|
H A D | symbol.c | 67 if (type == S_TRISTATE) { in sym_get_type() 81 case S_TRISTATE: in sym_type_name() 228 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility() 234 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 387 case S_TRISTATE: in sym_calc_value() 407 case S_TRISTATE: in sym_calc_value() 518 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 621 case S_TRISTATE: in sym_string_valid() 661 case S_TRISTATE: in sym_string_within_range() 684 case S_TRISTATE: in sym_set_string_value() [all …]
|
H A D | confdata.c | 131 case S_TRISTATE: in conf_set_sym_val() 337 case S_TRISTATE: in conf_read_simple() 427 case S_TRISTATE: in conf_read() 489 case S_TRISTATE: in kconfig_print_symbol() 543 case S_TRISTATE: { in header_print_symbol() 615 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol() 868 case S_TRISTATE: in conf_split_config() 890 case S_TRISTATE: in conf_split_config() 1176 case S_TRISTATE: in conf_set_all_new_symbols() 1194 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
|
H A D | menu.c | 270 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 276 sym2->type != S_TRISTATE) in sym_check_prop() 396 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 521 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
H A D | expr.c | 407 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 451 if (sym1->type == S_TRISTATE) { in expr_join_or() 513 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 531 if (sym1->type == S_TRISTATE) { in expr_join_and() 1001 case S_TRISTATE: in expr_parse_string()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
H A D | zconf.y | 316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 656 case S_TRISTATE: in print_symbol()
|
H A D | mconf.c | 546 case S_TRISTATE: in build_conf() 599 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 | qconf.cc | 161 case S_TRISTATE: in updateMenu() 487 case S_TRISTATE: in setValue() 518 case S_TRISTATE: in changeValue()
|
H A D | gconf.c | 825 case S_TRISTATE: in change_sym_value() 1118 case S_TRISTATE: in fill_row()
|