Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dexpr.c1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument
1287 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep()
1288 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep()
1289 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep()
1302 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument
1304 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
A Dexpr.h315 tristate pr_type, const char *title);

Completed in 6 milliseconds