Lines Matching refs:tristate
39 static tristate modules_val;
60 return "tristate";
178 tristate tri;
295 /* no choice? reset tristate value */
477 bool sym_tristate_within_range(struct symbol *sym, tristate val)
496 bool sym_set_tristate_value(struct symbol *sym, tristate val)
498 tristate oldval = sym_get_tristate_value(sym);
532 tristate sym_toggle_tristate_value(struct symbol *sym)
534 tristate oldval, newval;
691 * For tristate symbol handle the modules=n case
701 tristate val;
768 tristate val;