coef_set         1415 sound/soc/codecs/max98088.c        struct max98088_eq_cfg *coef_set;
coef_set         1446 sound/soc/codecs/max98088.c        coef_set = &pdata->eq_cfg[sel];
coef_set         1448 sound/soc/codecs/max98088.c        m98088_eq_band(component, 0, 0, coef_set->band1);
coef_set         1449 sound/soc/codecs/max98088.c        m98088_eq_band(component, 0, 1, coef_set->band2);
coef_set         1450 sound/soc/codecs/max98088.c        m98088_eq_band(component, 0, 2, coef_set->band3);
coef_set         1451 sound/soc/codecs/max98088.c        m98088_eq_band(component, 0, 3, coef_set->band4);
coef_set         1452 sound/soc/codecs/max98088.c        m98088_eq_band(component, 0, 4, coef_set->band5);
coef_set         1462 sound/soc/codecs/max98088.c        struct max98088_eq_cfg *coef_set;
coef_set         1493 sound/soc/codecs/max98088.c        coef_set = &pdata->eq_cfg[sel];
coef_set         1495 sound/soc/codecs/max98088.c        m98088_eq_band(component, 1, 0, coef_set->band1);
coef_set         1496 sound/soc/codecs/max98088.c        m98088_eq_band(component, 1, 1, coef_set->band2);
coef_set         1497 sound/soc/codecs/max98088.c        m98088_eq_band(component, 1, 2, coef_set->band3);
coef_set         1498 sound/soc/codecs/max98088.c        m98088_eq_band(component, 1, 3, coef_set->band4);
coef_set         1499 sound/soc/codecs/max98088.c        m98088_eq_band(component, 1, 4, coef_set->band5);
coef_set         1500 sound/soc/codecs/max98095.c 	struct max98095_eq_cfg *coef_set;
coef_set         1532 sound/soc/codecs/max98095.c 	coef_set = &pdata->eq_cfg[best];
coef_set         1542 sound/soc/codecs/max98095.c 	m98095_eq_band(component, channel, 0, coef_set->band1);
coef_set         1543 sound/soc/codecs/max98095.c 	m98095_eq_band(component, channel, 1, coef_set->band2);
coef_set         1544 sound/soc/codecs/max98095.c 	m98095_eq_band(component, channel, 2, coef_set->band3);
coef_set         1545 sound/soc/codecs/max98095.c 	m98095_eq_band(component, channel, 3, coef_set->band4);
coef_set         1546 sound/soc/codecs/max98095.c 	m98095_eq_band(component, channel, 4, coef_set->band5);
coef_set         1651 sound/soc/codecs/max98095.c 	struct max98095_biquad_cfg *coef_set;
coef_set         1683 sound/soc/codecs/max98095.c 	coef_set = &pdata->bq_cfg[best];
coef_set         1693 sound/soc/codecs/max98095.c 	m98095_biquad_band(component, channel, 0, coef_set->band1);
coef_set         1694 sound/soc/codecs/max98095.c 	m98095_biquad_band(component, channel, 1, coef_set->band2);