vrefs             460 sound/soc/codecs/msm8916-wcd-analog.c 	int *vrefs, i;
vrefs             481 sound/soc/codecs/msm8916-wcd-analog.c 		vrefs = &priv->vref_btn_micb[0];
vrefs             483 sound/soc/codecs/msm8916-wcd-analog.c 		vrefs = &priv->vref_btn_cs[0];
vrefs             489 sound/soc/codecs/msm8916-wcd-analog.c 		coarse = (vrefs[i] / 100);
vrefs             490 sound/soc/codecs/msm8916-wcd-analog.c 		fine = ((vrefs[i] % 100) / 12);