H A D | cs-amp-lib.c | 50 const struct cirrus_amp_cal_controls *controls, 57 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val); in _cs_amp_write_cal_coeffs() 61 cs_ctl = cs_dsp_get_ctl(dsp, ctl_name, controls->mem_region, controls->alg_id); in _cs_amp_write_cal_coeffs() 77 const struct cirrus_amp_cal_controls *controls, in _cs_amp_write_cal_coeffs() 86 dev_info(dsp->dev, "Calibration disabled due to missing firmware controls\n"); 90 ret = cs_amp_write_cal_coeff(dsp, controls, controls->ambient, data->calAmbient); 94 ret = cs_amp_write_cal_coeff(dsp, controls, controls in cs_amp_write_cal_coeffs() 25 cs_amp_write_cal_coeff(struct cs_dsp * dsp,const struct cirrus_amp_cal_controls * controls,const char * ctl_name,u32 val) cs_amp_write_cal_coeff() argument 52 _cs_amp_write_cal_coeffs(struct cs_dsp * dsp,const struct cirrus_amp_cal_controls * controls,const struct cirrus_amp_cal_data * data) _cs_amp_write_cal_coeffs() argument 93 cs_amp_write_cal_coeffs(struct cs_dsp * dsp,const struct cirrus_amp_cal_controls * controls,const struct cirrus_amp_cal_data * data) cs_amp_write_cal_coeffs() argument [all...] |