Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c221 if (sym->rev_dep.expr) in sym_calc_visibility()
222 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
225 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
226 sym->rev_dep.tri = tri; in sym_calc_visibility()
317 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
319 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
390 if (sym->rev_dep.tri != no) in sym_calc_value()
408 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
410 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
492 if (sym->visible <= sym->rev_dep.tri) 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 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()
H A Dnconf.c880 if (sym->rev_dep.tri == mod) in build_conf()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dsymbol.c253 if (sym->rev_dep.expr) in sym_calc_visibility()
254 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
257 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
258 sym->rev_dep.tri = tri; in sym_calc_visibility()
349 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
351 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
422 if (sym->rev_dep.tri != no) in sym_calc_value()
438 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
440 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
523 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
[all …]
H A Dmenu.c406 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
601 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
830 if (sym->rev_dep.expr) { in get_symbol_str()
831 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, " Selected by [y]:\n"); in get_symbol_str()
832 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, " Selected by [m]:\n"); in get_symbol_str()
833 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.c606 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1145 if (sym->rev_dep.expr) { in debug_info()
1147 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info()
H A Dnconf.c880 if (sym->rev_dep.tri == mod) in build_conf()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c253 if (sym->rev_dep.expr) in sym_calc_visibility()
254 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
257 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
258 sym->rev_dep.tri = tri; in sym_calc_visibility()
400 if (sym->rev_dep.tri != no) in sym_calc_value()
415 if (sym->dir_dep.tri == no && sym->rev_dep.tri != no) { in sym_calc_value()
417 e = expr_simplify_unmet_dep(sym->rev_dep.expr, in sym_calc_value()
427 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
513 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
519 return val >= sym->rev_dep.tri && val <= sym->visible; in sym_tristate_within_range()
[all …]
H A Dmenu.c338 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
448 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
677 if (sym->rev_dep.expr) { in get_symbol_str()
679 expr_gstr_print(sym->rev_dep.expr, r); in get_symbol_str()
H A Dexpr.h87 struct expr_value rev_dep; member
H A Dmconf.c606 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1145 if (sym->rev_dep.expr) { in debug_info()
1147 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info()
H A Dnconf.c880 if (sym->rev_dep.tri == mod) in build_conf()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1092 target.rev_dep = _make_or(target.rev_dep,
1499 add_expr_deps(sym.rev_dep, sym)
1715 " (no reverse dependencies)" if sc.rev_dep == "n"
1716 else " " + self._expr_val_str(sc.rev_dep),
1951 rev_dep_val = self.config._eval_expr(self.rev_dep)
2069 rev_dep = self.config._eval_expr(self.rev_dep)
2071 if rev_dep == "m" and self.type == BOOL:
2074 if TRI_TO_INT[vis] > TRI_TO_INT[rev_dep]:
2092 rev_dep = self.config._eval_expr(self.rev_dep)
2094 if rev_dep == "m" and self.type == BOOL:
[all …]