Searched refs:S_TRISTATE (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.gperf | 32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE 33 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
|
| H A D | confdata.c | 131 case S_TRISTATE: in conf_set_sym_val() 338 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 | 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() 366 case S_TRISTATE: in sym_calc_value() 384 case S_TRISTATE: in sym_calc_value() 508 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 611 case S_TRISTATE: in sym_string_valid() 651 case S_TRISTATE: in sym_string_within_range() 674 case S_TRISTATE: in sym_set_string_value() [all …]
|
| H A D | menu.c | 260 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 266 sym2->type != S_TRISTATE) in sym_check_prop() 333 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 406 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
| H A D | expr.c | 345 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 387 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 389 if (sym1->type == S_TRISTATE) { in expr_join_or() 451 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 469 if (sym1->type == S_TRISTATE) { in expr_join_and() 895 case S_TRISTATE: in expr_parse_string()
|
| H A D | zconf.hash.c_shipped | 200 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRISTATE}, 207 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
|
| 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 | 296 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 628 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()
|
| H A D | zconf.tab.c_shipped | 1713 if ((yyvsp[-2].id)->stype == S_BOOLEAN || (yyvsp[-2].id)->stype == S_TRISTATE) { 2345 case S_TRISTATE:
|