Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dexpr.c1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument
1285 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep()
1286 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep()
1287 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep()
1300 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument
1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
Dexpr.h316 tristate pr_type, const char *title);