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

12

/netgear-R7000-V1.0.7.12_1.2.5/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.c97 char kconf_id_strings_str8[sizeof("tristate")];
130 "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);
/netgear-R7000-V1.0.7.12_1.2.5/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.c79 tristate val;
153 val = (tristate)(random() % 3);
207 tristate oldval, newval;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.hash.c115 char kconf_id_strings_str28[sizeof("tristate")];
149 "tristate",
H A Dexpr.h29 typedef enum tristate { enum
31 } tristate; typedef in typeref:enum:tristate
56 tristate tri;
61 tristate tri;
83 tristate visible;
198 tristate expr_calc_value(struct expr *e);
H A Dlkc_proto.h35 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
36 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
37 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
H A Dconfdata.c779 FILE *out, *tristate, *out_h; local
794 tristate = fopen(".tmpconfig_tristate", "w");
795 if (!tristate) {
803 fclose(tristate);
816 fprintf(tristate, "#\n"
835 /* update autoconf and tristate files */
843 fprintf(tristate, "CONFIG_%s=M\n", sym->name);
848 fprintf(tristate, "CONFIG_%s=Y\n",
872 fclose(tristate);
882 name = "include/config/tristate
[all...]
H A Dsymbol.c35 tristate modules_val;
83 return "tristate";
192 tristate tri;
280 /* no choice? reset tristate value */
444 bool sym_tristate_within_range(struct symbol *sym, tristate val)
463 bool sym_set_tristate_value(struct symbol *sym, tristate val)
465 tristate oldval = sym_get_tristate_value(sym);
499 tristate sym_toggle_tristate_value(struct symbol *sym)
501 tristate oldval, newval;
658 * For tristate symbo
[all...]
H A Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym)
H A Dstreamline_config.pl179 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
H A Dqconf.h76 void setValue(ConfigItem* item, tristate val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.modbuiltin11 # tristate.conf sets tristate variables to uppercase 'Y' or 'M'
13 -include include/config/tristate.conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h124 int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate);
161 int (*set_tristate)(struct snd_soc_dai *dai, int tristate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/include/mach/
H A Dpinmux.h226 enum tegra_tristate tristate; member in struct:tegra_pingroup_config
335 int tegra_pinmux_set_tristate(enum tegra_pingroup pg, enum tegra_tristate tristate);
340 enum tegra_tristate tristate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dpinmux.c427 enum tegra_tristate tristate)
442 if (tristate)
484 enum tegra_tristate tristate)
503 err = tegra_pinmux_set_tristate(pingroup, tristate);
505 pr_err("pinmux: can't set pingroup %s tristate to %s: %d\n",
520 config[i].tristate);
426 tegra_pinmux_set_tristate(enum tegra_pingroup pg, enum tegra_tristate tristate) argument
481 tegra_pinmux_config_pingroup(enum tegra_pingroup pingroup, enum tegra_mux_func func, enum tegra_pullupdown pupd, enum tegra_tristate tristate) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa-ssp.c443 int tristate)
450 if (tristate)
442 pxa_ssp_set_dai_tristate(struct snd_soc_dai *cpu_dai, int tristate) argument

Completed in 290 milliseconds

12