Home
last modified time | relevance | path

Searched refs:rev_dep (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dsymbol.c238 if (sym->rev_dep.expr) in sym_calc_visibility()
239 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
242 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
243 sym->rev_dep.tri = tri; in sym_calc_visibility()
468 if (sym->rev_dep.tri != no) in sym_calc_value()
486 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
552 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
825 val = EXPR_OR(val, sym->rev_dep.tri); in sym_get_string_default()
1129 } else if (stack->expr == &sym->rev_dep.expr) { in sym_check_print_recursive()
1205 stack.expr = &sym->rev_dep.expr; in sym_check_sym_deps()
[all …]
H A Dmenu.c370 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in _menu_finalize()
726 if (sym->rev_dep.expr) { in get_symbol_str()
727 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
728 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str()
729 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
H A Dexpr.h137 struct expr_value rev_dep; member
H A Dmconf.c560 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1059 if (sym->rev_dep.expr) { in debug_info()
1061 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()
H A Dnconf.c867 if (sym->rev_dep.tri == mod) in build_conf()