Lines Matching refs:band_idx
130 .band_idx = bidx, \
585 unsigned int band_idx; member
3103 int iir_idx, int band_idx, int coeff_idx) in get_iir_band_coeff() argument
3113 ((band_idx * BAND_MAX + coeff_idx) * in get_iir_band_coeff()
3118 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3123 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3128 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3137 int iir_idx, int band_idx, uint32_t value) in set_iir_band_coeff() argument
3158 int band_idx = ctl->band_idx; in wcd934x_put_iir_band_audio_mixer() local
3166 snd_soc_component_write(component, reg, (band_idx * BAND_MAX * in wcd934x_put_iir_band_audio_mixer()
3169 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in wcd934x_put_iir_band_audio_mixer()
3170 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]); in wcd934x_put_iir_band_audio_mixer()
3171 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]); in wcd934x_put_iir_band_audio_mixer()
3172 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]); in wcd934x_put_iir_band_audio_mixer()
3173 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]); in wcd934x_put_iir_band_audio_mixer()
3187 int band_idx = ctl->band_idx; in wcd934x_get_iir_band_audio_mixer() local
3190 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in wcd934x_get_iir_band_audio_mixer()
3191 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in wcd934x_get_iir_band_audio_mixer()
3192 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in wcd934x_get_iir_band_audio_mixer()
3193 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in wcd934x_get_iir_band_audio_mixer()
3194 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in wcd934x_get_iir_band_audio_mixer()