Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dsymbol.c16 .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 Dconfdata.c238 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 Dmenu.c259 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 Dparser.y296 | T_TRISTATE { $$ = S_TRISTATE; }
301 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
593 case S_TRISTATE: in print_symbol()
H A Dconf.c234 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 Dexpr.c428 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 Dmconf.c583 case S_TRISTATE: in build_conf()
636 case S_TRISTATE: in build_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dnconf.c884 case S_TRISTATE: in build_conf()
939 case S_TRISTATE: in build_conf()
H A Dqconf.cc140 case S_TRISTATE: in updateMenu()
500 case S_TRISTATE: in setValue()
531 case S_TRISTATE: in changeValue()
H A Dgconf.c818 case S_TRISTATE: in change_sym_value()
1115 case S_TRISTATE: in fill_row()
/openbmc/u-boot/scripts/kconfig/
H A Dkconf_id.c20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE },
21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
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.c131 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 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 Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
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 Dnconf.c812 case S_TRISTATE: in build_conf()
867 case S_TRISTATE: in build_conf()
H A Dqconf.cc161 case S_TRISTATE: in updateMenu()
487 case S_TRISTATE: in setValue()
518 case S_TRISTATE: in changeValue()
H A Dgconf.c825 case S_TRISTATE: in change_sym_value()
1118 case S_TRISTATE: in fill_row()