Lines Matching defs:coef_set
1500 struct max98095_eq_cfg *coef_set;
1532 coef_set = &pdata->eq_cfg[best];
1542 m98095_eq_band(component, channel, 0, coef_set->band1);
1543 m98095_eq_band(component, channel, 1, coef_set->band2);
1544 m98095_eq_band(component, channel, 2, coef_set->band3);
1545 m98095_eq_band(component, channel, 3, coef_set->band4);
1546 m98095_eq_band(component, channel, 4, coef_set->band5);
1651 struct max98095_biquad_cfg *coef_set;
1683 coef_set = &pdata->bq_cfg[best];
1693 m98095_biquad_band(component, channel, 0, coef_set->band1);
1694 m98095_biquad_band(component, channel, 1, coef_set->band2);