Home | History | Annotate | Download | only in kconfig

Lines Matching refs:tristate

36 tristate modules_val;
97 return "tristate";
197 tristate tri;
258 /* no choice? reset tristate value */
407 bool sym_tristate_within_range(struct symbol *sym, tristate val)
426 bool sym_set_tristate_value(struct symbol *sym, tristate val)
428 tristate oldval = sym_get_tristate_value(sym);
462 tristate sym_toggle_tristate_value(struct symbol *sym)
464 tristate oldval, newval;
621 tristate val;