Searched refs:tri (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/input/joystick/
H A Dsidewinder.c201 int tri = pos % bits; /* Start position */ local
206 data |= (__u64)((buf[i] >> tri++) & 1) << bit++; /* Transfer bit */
207 if (tri == bits) {
209 tri = 0;
/linux-master/scripts/kconfig/
H A Dconf.c129 if (csym->curr.tri != yes)
148 sym->def[S_DEF_USER].tri = yes;
151 sym->def[S_DEF_USER].tri = no;
239 sym->def[S_DEF_USER].tri = yes;
242 sym->def[S_DEF_USER].tri = mod;
245 sym->def[S_DEF_USER].tri = no;
248 sym->def[S_DEF_USER].tri = no;
252 sym->def[S_DEF_USER].tri = yes;
254 sym->def[S_DEF_USER].tri = mod;
256 sym->def[S_DEF_USER].tri
[all...]
H A Dconfdata.c243 sym->def[def].tri = mod;
250 sym->def[def].tri = yes;
255 sym->def[def].tri = no;
397 sym->def[def].tri = no;
465 switch (sym->def[def].tri) {
469 if (cs->def[def].tri == yes) {
475 if (cs->def[def].tri != no)
480 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri);
[all...]
H A Dexpr.c1044 return e->left.sym->curr.tri;
H A Dexpr.h51 tristate tri; member in struct:expr_value
56 tristate tri; member in struct:symbol_value
H A Dlkc.h121 return sym->curr.tri;
H A Dlkc_proto.h29 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
H A Dmconf.c573 if (sym->rev_dep.tri == mod)
H A Dmenu.c638 visible = menu->prompt->visible.tri;
640 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr);
H A Dnconf.c883 if (sym->rev_dep.tri == mod)
H A Dsymbol.c121 prop->visible.tri = expr_calc_value(prop->visible.expr);
122 if (prop->visible.tri != no)
133 prop->visible.tri = expr_calc_value(prop->visible.expr);
134 if (prop->visible.tri != no)
209 tristate tri; local
212 tri = no;
218 prop->visible.tri = expr_calc_value(prop->visible.expr);
225 prop->visible.tri == mod && choice_sym->curr.tri == yes)
226 prop->visible.tri
[all...]

Completed in 201 milliseconds