Searched refs:pr_type (Results 1 – 2 of 2) sorted by relevance
| /scripts/kconfig/ |
| D | expr.c | 1159 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1162 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1163 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1164 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1177 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1179 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
| D | expr.h | 305 tristate pr_type, const char *title);
|