Symbol: tristate
drivers/iio/dac/ad5592r-base.c
192
u8 pulldown = 0, tristate = 0, dac = 0, adc = 0;
drivers/iio/dac/ad5592r-base.c
219
tristate |= BIT(i);
drivers/iio/dac/ad5592r-base.c
246
ret = ops->reg_write(st, AD5592R_REG_TRISTATE, tristate);
drivers/pinctrl/pinctrl-zynq.c
1051
u32 tristate = 0;
drivers/pinctrl/pinctrl-zynq.c
1070
tristate = ZYNQ_PINCONF_TRISTATE;
drivers/pinctrl/pinctrl-zynq.c
1108
if (tristate || pullup) {
drivers/pinctrl/pinctrl-zynq.c
1110
reg |= tristate | pullup;
include/sound/soc-dai.h
201
int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate);
include/sound/soc-dai.h
322
int (*set_tristate)(struct snd_soc_dai *dai, int tristate);
scripts/kconfig/conf.c
234
tristate val;
scripts/kconfig/conf.c
279
static void conf_rewrite_tristates(tristate old_val, tristate new_val)
scripts/kconfig/conf.c
357
tristate oldval, newval;
scripts/kconfig/expr.c
1159
void *data, tristate pr_type, const char **title)
scripts/kconfig/expr.c
1177
tristate pr_type, const char *title)
scripts/kconfig/expr.c
891
static tristate __expr_calc_value(struct expr *e)
scripts/kconfig/expr.c
893
tristate val1, val2;
scripts/kconfig/expr.c
967
tristate expr_calc_value(struct expr *e)
scripts/kconfig/expr.h
120
tristate visible;
scripts/kconfig/expr.h
306
tristate expr_calc_value(struct expr *e);
scripts/kconfig/expr.h
317
tristate pr_type, const char *title);
scripts/kconfig/expr.h
50
tristate val;
scripts/kconfig/expr.h
61
tristate tri;
scripts/kconfig/expr.h
66
tristate tri;
scripts/kconfig/gconf.c
154
tristate val;
scripts/kconfig/gconf.c
688
tristate newval;
scripts/kconfig/lkc.h
117
static inline tristate sym_get_tristate_value(const struct symbol *sym)
scripts/kconfig/lkc_proto.h
29
bool sym_tristate_within_range(const struct symbol *sym, tristate tri);
scripts/kconfig/lkc_proto.h
30
bool sym_set_tristate_value(struct symbol *sym,tristate tri);
scripts/kconfig/lkc_proto.h
32
tristate sym_toggle_tristate_value(struct symbol *sym);
scripts/kconfig/mconf.c
461
tristate val;
scripts/kconfig/menu.c
549
tristate visible;
scripts/kconfig/nconf.c
768
tristate val;
scripts/kconfig/qconf.cc
101
tristate expr;
scripts/kconfig/qconf.cc
497
void ConfigList::setValue(ConfigItem* item, tristate val)
scripts/kconfig/qconf.cc
501
tristate oldval;
scripts/kconfig/qconf.h
68
void setValue(ConfigItem* item, tristate val);
scripts/kconfig/symbol.c
215
tristate tri;
scripts/kconfig/symbol.c
362
tristate val;
scripts/kconfig/symbol.c
42
static tristate modules_val;
scripts/kconfig/symbol.c
562
bool sym_tristate_within_range(const struct symbol *sym, tristate val)
scripts/kconfig/symbol.c
579
bool sym_set_tristate_value(struct symbol *sym, tristate val)
scripts/kconfig/symbol.c
581
tristate oldval = sym_get_tristate_value(sym);
scripts/kconfig/symbol.c
610
tristate val;
scripts/kconfig/symbol.c
641
tristate sym_toggle_tristate_value(struct symbol *sym)
scripts/kconfig/symbol.c
644
tristate oldval, newval;
scripts/kconfig/symbol.c
817
tristate val;
scripts/kconfig/symbol.c
886
tristate val;
sound/soc/codecs/adau1372.c
741
static int adau1372_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/adau1372.c
746
if (tristate)
sound/soc/codecs/adau1977.c
730
static int adau1977_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/adau1977.c
735
if (tristate)
sound/soc/codecs/adau7118.c
216
static int adau7118_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/adau7118.c
222
dev_dbg(st->dev, "Set tristate, %d\n", tristate);
sound/soc/codecs/adau7118.c
227
ADAU7118_TRISTATE(tristate));
sound/soc/codecs/arizona.c
1954
static int arizona_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/arizona.c
1960
if (tristate)
sound/soc/codecs/cs35l32.c
172
static int cs35l32_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/cs35l32.c
177
CS35L32_SDOUT_3ST, tristate << 3);
sound/soc/codecs/cs35l33.c
526
static int cs35l33_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/cs35l33.c
531
if (tristate) {
sound/soc/codecs/cs35l34.c
565
static int cs35l34_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/cs35l34.c
570
if (tristate)
sound/soc/codecs/cs42l73.c
1139
static int cs42l73_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/cs42l73.c
1145
tristate << 7);
sound/soc/codecs/cs53l30.c
734
static int cs53l30_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/cs53l30.c
737
u8 val = tristate ? CS53L30_ASP_3ST : 0;
sound/soc/codecs/madera.c
3275
static int madera_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/madera.c
3282
if (tristate)
sound/soc/codecs/twl4030.c
1890
static int twl4030_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/twl4030.c
1895
if (tristate)
sound/soc/codecs/twl4030.c
2084
static int twl4030_voice_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/twl4030.c
2089
if (tristate)
sound/soc/codecs/wm8961.c
688
static int wm8961_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/codecs/wm8961.c
693
if (tristate)
sound/soc/codecs/wm8994.c
3162
static int wm8994_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
sound/soc/codecs/wm8994.c
3180
if (tristate)
sound/soc/codecs/wm8995.c
1681
static int wm8995_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
sound/soc/codecs/wm8995.c
1703
if (tristate)
sound/soc/codecs/wm9713.c
883
int tristate)
sound/soc/codecs/wm9713.c
887
if (tristate)
sound/soc/pxa/pxa-ssp.c
354
int tristate)
sound/soc/pxa/pxa-ssp.c
361
if (tristate)
sound/soc/soc-dai.c
517
int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate)
sound/soc/soc-dai.c
523
ret = dai->driver->ops->set_tristate(dai, tristate);