| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | symbol.c | 69 type = S_BOOLEAN; in sym_get_type() 71 type = S_BOOLEAN; in sym_get_type() 79 case S_BOOLEAN: in sym_type_name() 246 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 264 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 386 case S_BOOLEAN: in sym_calc_value() 406 case S_BOOLEAN: in sym_calc_value() 443 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value() 518 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() [all …]
|
| H A D | confdata.c | 137 case S_BOOLEAN: in conf_set_sym_val() 333 sym->type = S_BOOLEAN; in conf_read_simple() 339 case S_BOOLEAN: in conf_read_simple() 429 case S_BOOLEAN: in conf_read() 491 case S_BOOLEAN: in kconfig_print_symbol() 545 case S_BOOLEAN: in header_print_symbol() 714 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 884 case S_BOOLEAN: in conf_split_config() 906 case S_BOOLEAN: in conf_split_config() 1210 case S_BOOLEAN: in conf_set_all_new_symbols()
|
| H A D | kconf_id.c | 22 { "bool", T_TYPE, TF_COMMAND, S_BOOLEAN }, 23 { "def_bool", T_DEFAULT, TF_COMMAND, S_BOOLEAN },
|
| H A D | expr.c | 449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 513 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 709 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 731 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 1000 case S_BOOLEAN: in expr_parse_string()
|
| H A D | zconf.y | 316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 653 case S_BOOLEAN: in print_symbol()
|
| H A D | mconf.c | 543 case S_BOOLEAN: in build_conf() 591 case S_BOOLEAN: in build_conf()
|
| H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | qconf.cc | 160 case S_BOOLEAN: in updateMenu() 174 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 187 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 486 case S_BOOLEAN: in setValue() 517 case S_BOOLEAN: in changeValue()
|
| /OK3568_Linux_fs/kernel/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() 214 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 223 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 232 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 354 case S_BOOLEAN: in sym_calc_value() 374 case S_BOOLEAN: in sym_calc_value() 412 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 487 if (type != S_BOOLEAN && type != S_TRISTATE) 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()
|
| H A D | parser.y | 304 T_BOOL { $$ = S_BOOLEAN; } 309 | T_DEF_BOOL { $$ = S_BOOLEAN; } 599 case S_BOOLEAN: in print_symbol()
|
| 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 | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
|
| 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()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | symbol.c | 69 type = S_BOOLEAN; in sym_get_type() 71 type = S_BOOLEAN; in sym_get_type() 79 case S_BOOLEAN: in sym_type_name() 255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 264 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 365 case S_BOOLEAN: in sym_calc_value() 383 case S_BOOLEAN: in sym_calc_value() 430 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value() 508 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 511 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range() [all …]
|
| H A D | zconf.gperf | 34 bool, T_TYPE, TF_COMMAND, S_BOOLEAN 35 boolean, T_TYPE, TF_COMMAND, S_BOOLEAN 36 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
| H A D | confdata.c | 138 case S_BOOLEAN: in conf_set_sym_val() 331 sym->type = S_BOOLEAN; in conf_read_simple() 337 case S_BOOLEAN: in conf_read_simple() 426 case S_BOOLEAN: in conf_read() 488 case S_BOOLEAN: in kconfig_print_symbol() 542 case S_BOOLEAN: in header_print_symbol() 713 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 867 case S_BOOLEAN: in conf_split_config() 889 case S_BOOLEAN: in conf_split_config() 1175 case S_BOOLEAN: in conf_set_all_new_symbols()
|
| H A D | zconf.hash.c | |
| H A D | zconf.hash.c_shipped | 209 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, 248 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str39, T_TYPE, TF_COMMAND, S_BOOLEAN}, 260 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN},
|
| H A D | expr.c | 387 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 409 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 451 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 617 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 639 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 894 case S_BOOLEAN: in expr_parse_string()
|
| H A D | zconf.y | 296 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 625 case S_BOOLEAN: in print_symbol()
|
| H A D | mconf.c | 543 case S_BOOLEAN: in build_conf() 591 case S_BOOLEAN: in build_conf()
|
| H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | qconf.cc | 160 case S_BOOLEAN: in updateMenu() 174 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 187 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 486 case S_BOOLEAN: in setValue() 517 case S_BOOLEAN: in changeValue()
|