Home
last modified time | relevance | path

Searched refs:S_TRISTATE (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c67 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 Dconfdata.c131 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 Dzconf.gperf32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE
33 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
H A Dzconf.hash.c
H A Dmenu.c260 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 Dexpr.c345 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 Dzconf.hash.c_shipped200 …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 Dzconf.y296 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
628 case S_TRISTATE: in print_symbol()
H A Dmconf.c546 case S_TRISTATE: in build_conf()
599 case S_TRISTATE: in build_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dsymbol.c67 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 Dconfdata.c130 case S_TRISTATE: in conf_set_sym_val()
340 case S_TRISTATE: in conf_read_simple()
430 case S_TRISTATE: in conf_read()
492 case S_TRISTATE: in kconfig_print_symbol()
546 case S_TRISTATE: { in header_print_symbol()
618 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
885 case S_TRISTATE: in conf_split_config()
907 case S_TRISTATE: in conf_split_config()
1211 case S_TRISTATE: in conf_set_all_new_symbols()
1229 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
H A Dkconf_id.c20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE },
21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
H A Dmenu.c270 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 Dexpr.c407 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 Dzconf.y316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
656 case S_TRISTATE: in print_symbol()
H A Dmconf.c546 case S_TRISTATE: in build_conf()
599 case S_TRISTATE: in build_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c46 if (type == S_TRISTATE) { in sym_get_type()
60 case S_TRISTATE: in sym_type_name()
196 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility()
202 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
355 case S_TRISTATE: in sym_calc_value()
375 case S_TRISTATE: in sym_calc_value()
487 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
588 case S_TRISTATE: in sym_string_valid()
628 case S_TRISTATE: in sym_string_within_range()
651 case S_TRISTATE: in sym_set_string_value()
[all …]
H A Dconfdata.c239 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()
H A Dmenu.c280 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 Dparser.y305 | T_TRISTATE { $$ = S_TRISTATE; }
310 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
602 case S_TRISTATE: in print_symbol()
H A Dexpr.c415 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 Dmconf.c545 case S_TRISTATE: in build_conf()
598 case S_TRISTATE: in build_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator

12