Lines Matching defs:coef_set
1494 struct max98095_eq_cfg *coef_set;
1526 coef_set = &pdata->eq_cfg[best];
1536 m98095_eq_band(component, channel, 0, coef_set->band1);
1537 m98095_eq_band(component, channel, 1, coef_set->band2);
1538 m98095_eq_band(component, channel, 2, coef_set->band3);
1539 m98095_eq_band(component, channel, 3, coef_set->band4);
1540 m98095_eq_band(component, channel, 4, coef_set->band5);
1645 struct max98095_biquad_cfg *coef_set;
1677 coef_set = &pdata->bq_cfg[best];
1687 m98095_biquad_band(component, channel, 0, coef_set->band1);
1688 m98095_biquad_band(component, channel, 1, coef_set->band2);