tristate          202 drivers/iio/dac/ad5592r-base.c 	u8 pulldown = 0, tristate = 0, dac = 0, adc = 0;
tristate          230 drivers/iio/dac/ad5592r-base.c 				tristate |= BIT(i);
tristate          258 drivers/iio/dac/ad5592r-base.c 	ret = ops->reg_write(st, AD5592R_REG_TRISTATE, tristate);
tristate         1049 drivers/pinctrl/pinctrl-zynq.c 	u32 tristate = 0;
tristate         1068 drivers/pinctrl/pinctrl-zynq.c 			tristate = ZYNQ_PINCONF_TRISTATE;
tristate         1105 drivers/pinctrl/pinctrl-zynq.c 	if (tristate || pullup) {
tristate         1107 drivers/pinctrl/pinctrl-zynq.c 		reg |= tristate | pullup;
tristate          135 include/sound/soc-dai.h int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate);
tristate          201 include/sound/soc-dai.h 	int (*set_tristate)(struct snd_soc_dai *dai, int tristate);
tristate          165 scripts/kconfig/conf.c 	tristate oldval, newval;
tristate         1065 scripts/kconfig/confdata.c 	FILE *out, *tristate, *out_h;
tristate         1080 scripts/kconfig/confdata.c 	tristate = fopen(".tmpconfig_tristate", "w");
tristate         1081 scripts/kconfig/confdata.c 	if (!tristate) {
tristate         1089 scripts/kconfig/confdata.c 		fclose(tristate);
tristate         1095 scripts/kconfig/confdata.c 	conf_write_heading(tristate, &tristate_printer_cb, NULL);
tristate         1107 scripts/kconfig/confdata.c 		conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1);
tristate         1112 scripts/kconfig/confdata.c 	fclose(tristate);
tristate         1031 scripts/kconfig/expr.c tristate expr_calc_value(struct expr *e)
tristate         1033 scripts/kconfig/expr.c 	tristate val1, val2;
tristate         1283 scripts/kconfig/expr.c 			      void *data, tristate pr_type, const char **title)
tristate         1301 scripts/kconfig/expr.c 			    tristate pr_type, const char *title)
tristate           56 scripts/kconfig/expr.h 	tristate tri;
tristate           61 scripts/kconfig/expr.h 	tristate tri;
tristate          114 scripts/kconfig/expr.h 	tristate visible;
tristate          304 scripts/kconfig/expr.h tristate expr_calc_value(struct expr *e);
tristate          316 scripts/kconfig/expr.h 			    tristate pr_type, const char *title);
tristate          808 scripts/kconfig/gconf.c 	tristate newval;
tristate         1042 scripts/kconfig/gconf.c 	tristate val;
tristate          118 scripts/kconfig/lkc.h static inline tristate sym_get_tristate_value(struct symbol *sym)
tristate           39 scripts/kconfig/lkc_proto.h bool sym_tristate_within_range(struct symbol *sym,tristate tri);
tristate           40 scripts/kconfig/lkc_proto.h bool sym_set_tristate_value(struct symbol *sym,tristate tri);
tristate           41 scripts/kconfig/lkc_proto.h tristate sym_toggle_tristate_value(struct symbol *sym);
tristate          471 scripts/kconfig/mconf.c 	tristate val;
tristate          628 scripts/kconfig/menu.c 	tristate visible;
tristate          741 scripts/kconfig/nconf.c 	tristate val;
tristate          110 scripts/kconfig/qconf.cc 	tristate expr;
tristate          465 scripts/kconfig/qconf.cc void ConfigList::setValue(ConfigItem* item, tristate val)
tristate          469 scripts/kconfig/qconf.cc 	tristate oldval;
tristate           67 scripts/kconfig/qconf.h 	void setValue(ConfigItem* item, tristate val);
tristate           34 scripts/kconfig/symbol.c tristate modules_val;
tristate          175 scripts/kconfig/symbol.c 	tristate tri;
tristate          473 scripts/kconfig/symbol.c bool sym_tristate_within_range(struct symbol *sym, tristate val)
tristate          494 scripts/kconfig/symbol.c bool sym_set_tristate_value(struct symbol *sym, tristate val)
tristate          496 scripts/kconfig/symbol.c 	tristate oldval = sym_get_tristate_value(sym);
tristate          530 scripts/kconfig/symbol.c tristate sym_toggle_tristate_value(struct symbol *sym)
tristate          532 scripts/kconfig/symbol.c 	tristate oldval, newval;
tristate          699 scripts/kconfig/symbol.c 	tristate val;
tristate          766 scripts/kconfig/symbol.c 	tristate val;
tristate          729 sound/soc/codecs/adau1977.c static int adau1977_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          734 sound/soc/codecs/adau1977.c 	if (tristate)
tristate         1955 sound/soc/codecs/arizona.c static int arizona_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate         1961 sound/soc/codecs/arizona.c 	if (tristate)
tristate          172 sound/soc/codecs/cs35l32.c static int cs35l32_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          177 sound/soc/codecs/cs35l32.c 					CS35L32_SDOUT_3ST, tristate << 3);
tristate          529 sound/soc/codecs/cs35l33.c static int cs35l33_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          534 sound/soc/codecs/cs35l33.c 	if (tristate) {
tristate          586 sound/soc/codecs/cs35l34.c static int cs35l34_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          591 sound/soc/codecs/cs35l34.c 	if (tristate)
tristate         1130 sound/soc/codecs/cs42l73.c static int cs42l73_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate         1136 sound/soc/codecs/cs42l73.c 				   tristate << 7);
tristate          733 sound/soc/codecs/cs53l30.c static int cs53l30_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          736 sound/soc/codecs/cs53l30.c 	u8 val = tristate ? CS53L30_ASP_3ST : 0;
tristate         3258 sound/soc/codecs/madera.c static int madera_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate         3265 sound/soc/codecs/madera.c 	if (tristate)
tristate         1887 sound/soc/codecs/twl4030.c static int twl4030_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate         1892 sound/soc/codecs/twl4030.c 	if (tristate)
tristate         2082 sound/soc/codecs/twl4030.c static int twl4030_voice_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate         2087 sound/soc/codecs/twl4030.c 	if (tristate)
tristate          688 sound/soc/codecs/wm8961.c static int wm8961_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          693 sound/soc/codecs/wm8961.c 	if (tristate)
tristate         3021 sound/soc/codecs/wm8994.c static int wm8994_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
tristate         3039 sound/soc/codecs/wm8994.c 	if (tristate)
tristate         1681 sound/soc/codecs/wm8995.c static int wm8995_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
tristate         1703 sound/soc/codecs/wm8995.c 	if (tristate)
tristate          887 sound/soc/codecs/wm9713.c 	int tristate)
tristate          891 sound/soc/codecs/wm9713.c 	if (tristate)
tristate          372 sound/soc/pxa/pxa-ssp.c 	int tristate)
tristate          379 sound/soc/pxa/pxa-ssp.c 	if (tristate)
tristate          226 sound/soc/soc-dai.c int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate)
tristate          229 sound/soc/soc-dai.c 		return dai->driver->ops->set_tristate(dai, tristate);