bq_cfg             38 include/sound/max98095.h 	struct max98095_biquad_cfg *bq_cfg;
bq_cfg           1672 sound/soc/codecs/max98095.c 		if (strcmp(pdata->bq_cfg[i].name, max98095->bq_texts[sel]) == 0 &&
bq_cfg           1673 sound/soc/codecs/max98095.c 			abs(pdata->bq_cfg[i].rate - fs) < best_val) {
bq_cfg           1675 sound/soc/codecs/max98095.c 			best_val = abs(pdata->bq_cfg[i].rate - fs);
bq_cfg           1680 sound/soc/codecs/max98095.c 		pdata->bq_cfg[best].name,
bq_cfg           1681 sound/soc/codecs/max98095.c 		pdata->bq_cfg[best].rate, fs);
bq_cfg           1683 sound/soc/codecs/max98095.c 	coef_set = &pdata->bq_cfg[best];
bq_cfg           1742 sound/soc/codecs/max98095.c 	cfg = pdata->bq_cfg;