Searched refs:tristate (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h26 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
27 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
28 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
H A Dzconf.hash.c91 char kconf_id_strings_str8[sizeof("tristate")];
124 "tristate",
H A Dexpr.h30 typedef enum tristate { enum
32 } tristate; typedef in typeref:enum:tristate
54 tristate tri;
59 tristate tri;
72 tristate visible;
163 tristate expr_calc_value(struct expr *e);
H A Dlkc.h107 static inline tristate sym_get_tristate_value(struct symbol *sym)
H A Dsymbol.c35 tristate modules_val;
96 return "tristate";
196 tristate tri;
257 /* no choice? reset tristate value */
403 bool sym_tristate_within_range(struct symbol *sym, tristate val)
422 bool sym_set_tristate_value(struct symbol *sym, tristate val)
424 tristate oldval = sym_get_tristate_value(sym);
461 tristate sym_toggle_tristate_value(struct symbol *sym)
463 tristate oldval, newval;
620 tristate va
[all...]
H A Dconf.c70 tristate val;
155 val = (tristate)(random() % 3);
209 tristate oldval, newval;
H A Dqconf.h83 void setValue(ConfigItem* item, tristate val);
H A Dqconf.cc184 tristate expr;
502 void ConfigList::setValue(ConfigItem* item, tristate val)
506 tristate oldval;
H A Dmenu.c179 "not boolean or tristate", sym->name);
189 "tristate type", sym2->name);
350 tristate visible;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h28 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
29 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
30 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
H A Dzconf.hash.c108 char kconf_id_strings_str33[sizeof("tristate")];
144 "tristate",
H A Dexpr.h30 typedef enum tristate { enum
32 } tristate; typedef in typeref:enum:tristate
54 tristate tri;
59 tristate tri;
78 tristate visible;
171 tristate expr_calc_value(struct expr *e);
H A Dlkc.h114 static inline tristate sym_get_tristate_value(struct symbol *sym)
H A Dsymbol.c35 tristate modules_val;
96 return "tristate";
196 tristate tri;
257 /* no choice? reset tristate value */
406 bool sym_tristate_within_range(struct symbol *sym, tristate val)
425 bool sym_set_tristate_value(struct symbol *sym, tristate val)
427 tristate oldval = sym_get_tristate_value(sym);
461 tristate sym_toggle_tristate_value(struct symbol *sym)
463 tristate oldval, newval;
620 tristate va
[all...]
H A Dconf.c70 tristate val;
155 val = (tristate)(random() % 3);
209 tristate oldval, newval;
H A Dqconf.h73 void setValue(ConfigItem* item, tristate val);
H A Dmenu.c202 "not boolean or tristate", sym->name);
212 "tristate type", sym2->name);
372 tristate visible;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc_proto.h24 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
25 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
26 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
H A Dexpr.h34 typedef enum tristate { enum
36 } tristate; typedef in typeref:enum:tristate
66 tristate tri;
75 tristate tri;
92 tristate visible;
200 tristate expr_calc_value(struct expr *e);
H A Dsymbol.c102 return "tristate";
127 tristate visible;
140 tristate visible, oldvisible;
306 bool sym_tristate_within_range(struct symbol *sym, tristate val)
331 bool sym_set_tristate_value(struct symbol *sym, tristate val)
333 tristate oldval = sym_get_tristate_value(sym);
359 tristate sym_toggle_tristate_value(struct symbol *sym)
361 tristate oldval, newval;
484 tristate val;
H A Dlkc.h65 static inline tristate sym_get_tristate_value(struct symbol *sym)
H A Dconf.c78 tristate val;
152 val = (tristate)(random() % 3);
206 tristate oldval, newval;
H A Dmenu.c231 tristate visible;
H A Dmconf.c197 tristate val;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsoc.h254 int (*set_tristate)(struct snd_soc_codec_dai *, int tristate);
275 int (*set_tristate)(struct snd_soc_cpu_dai *, int tristate);

Completed in 172 milliseconds

12