tvc               134 sound/soc/codecs/tda7419.c static inline bool tda7419_vol_is_stereo(struct tda7419_vol_control *tvc)
tvc               136 sound/soc/codecs/tda7419.c 	if (tvc->reg == tvc->rreg)
tvc               145 sound/soc/codecs/tda7419.c 	struct tda7419_vol_control *tvc =
tvc               149 sound/soc/codecs/tda7419.c 	uinfo->count = tda7419_vol_is_stereo(tvc) ? 2 : 1;
tvc               150 sound/soc/codecs/tda7419.c 	uinfo->value.integer.min = tvc->min;
tvc               151 sound/soc/codecs/tda7419.c 	uinfo->value.integer.max = tvc->max;
tvc               181 sound/soc/codecs/tda7419.c 	struct tda7419_vol_control *tvc =
tvc               183 sound/soc/codecs/tda7419.c 	unsigned int reg = tvc->reg;
tvc               184 sound/soc/codecs/tda7419.c 	unsigned int rreg = tvc->rreg;
tvc               185 sound/soc/codecs/tda7419.c 	unsigned int mask = tvc->mask;
tvc               186 sound/soc/codecs/tda7419.c 	int min = tvc->min;
tvc               187 sound/soc/codecs/tda7419.c 	int thresh = tvc->thresh;
tvc               188 sound/soc/codecs/tda7419.c 	unsigned int invert = tvc->invert;
tvc               198 sound/soc/codecs/tda7419.c 	if (tda7419_vol_is_stereo(tvc)) {
tvc               229 sound/soc/codecs/tda7419.c 	struct tda7419_vol_control *tvc =
tvc               231 sound/soc/codecs/tda7419.c 	unsigned int reg = tvc->reg;
tvc               232 sound/soc/codecs/tda7419.c 	unsigned int rreg = tvc->rreg;
tvc               233 sound/soc/codecs/tda7419.c 	unsigned int mask = tvc->mask;
tvc               234 sound/soc/codecs/tda7419.c 	int thresh = tvc->thresh;
tvc               235 sound/soc/codecs/tda7419.c 	unsigned int invert = tvc->invert;
tvc               246 sound/soc/codecs/tda7419.c 	if (tda7419_vol_is_stereo(tvc)) {