Symbol: get_iir_band_coeff
sound/soc/codecs/lpass-rx-macro.c
2964
coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
sound/soc/codecs/lpass-rx-macro.c
2965
coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
sound/soc/codecs/lpass-rx-macro.c
2966
coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
sound/soc/codecs/lpass-rx-macro.c
2967
coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
sound/soc/codecs/lpass-rx-macro.c
2968
coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);
sound/soc/codecs/msm8916-wcd-digital.c
434
coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
sound/soc/codecs/msm8916-wcd-digital.c
435
coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
sound/soc/codecs/msm8916-wcd-digital.c
436
coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
sound/soc/codecs/msm8916-wcd-digital.c
437
coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
sound/soc/codecs/msm8916-wcd-digital.c
438
coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);
sound/soc/codecs/wcd934x.c
3141
coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
sound/soc/codecs/wcd934x.c
3142
coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
sound/soc/codecs/wcd934x.c
3143
coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
sound/soc/codecs/wcd934x.c
3144
coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
sound/soc/codecs/wcd934x.c
3145
coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);