Home
last modified time | relevance | path

Searched refs:rev_dep (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c219 if (sym->rev_dep.expr) in sym_calc_visibility()
220 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
223 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
224 sym->rev_dep.tri = tri; in sym_calc_visibility()
315 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
317 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
388 if (sym->rev_dep.tri != no) in sym_calc_value()
406 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
408 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
490 if (sym->visible <= sym->rev_dep in sym_tristate_within_range()
[all...]
H A Dmenu.c414 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
609 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
856 if (sym->rev_dep.expr) { in get_symbol_str()
857 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
858 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str()
859 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
H A Dexpr.h126 struct expr_value rev_dep; member
H A Dmconf.c605 if (sym->rev_dep.tri == mod) in build_conf()
H A Dnconf.c880 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1072 if (sym->rev_dep.expr) { in debug_info()
1074 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c218 if (sym->rev_dep.expr) in sym_calc_visibility()
219 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
222 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
223 sym->rev_dep.tri = tri; in sym_calc_visibility()
314 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
316 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
387 if (sym->rev_dep.tri != no) in sym_calc_value()
405 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
407 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
489 if (sym->visible <= sym->rev_dep in sym_tristate_within_range()
[all...]
H A Dmenu.c393 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
588 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
824 if (sym->rev_dep.expr) { in get_symbol_str()
825 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
826 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str()
827 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
H A Dexpr.h126 struct expr_value rev_dep; member
H A Dmconf.c643 if (sym->rev_dep.tri == mod) in build_conf()
H A Dnconf.c952 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1079 if (sym->rev_dep.expr) { in debug_info()
1081 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()

Completed in 16 milliseconds