Lines Matching refs:band_idx

130 		.band_idx = bidx, \
577 unsigned int band_idx; member
3107 int iir_idx, int band_idx, int coeff_idx) in get_iir_band_coeff() argument
3117 ((band_idx * BAND_MAX + coeff_idx) * in get_iir_band_coeff()
3122 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3127 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3132 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
3141 int iir_idx, int band_idx, uint32_t value) in set_iir_band_coeff() argument
3162 int band_idx = ctl->band_idx; in wcd934x_put_iir_band_audio_mixer() local
3170 snd_soc_component_write(component, reg, (band_idx * BAND_MAX * in wcd934x_put_iir_band_audio_mixer()
3173 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in wcd934x_put_iir_band_audio_mixer()
3174 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]); in wcd934x_put_iir_band_audio_mixer()
3175 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]); in wcd934x_put_iir_band_audio_mixer()
3176 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]); in wcd934x_put_iir_band_audio_mixer()
3177 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]); in wcd934x_put_iir_band_audio_mixer()
3191 int band_idx = ctl->band_idx; in wcd934x_get_iir_band_audio_mixer() local
3194 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in wcd934x_get_iir_band_audio_mixer()
3195 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in wcd934x_get_iir_band_audio_mixer()
3196 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in wcd934x_get_iir_band_audio_mixer()
3197 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in wcd934x_get_iir_band_audio_mixer()
3198 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in wcd934x_get_iir_band_audio_mixer()