Home
last modified time | relevance | path

Searched refs:cs_dsp_coeff_write_ctrl (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h249 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
/linux-6.12.1/sound/soc/codecs/
Dcs-amp-lib.c36 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, &beval, sizeof(beval)); in cs_amp_write_cal_coeff()
Dwm_adsp.c691 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in wm_adsp_write_ctl()
/linux-6.12.1/sound/pci/hda/
Dhda_cs_dsp_ctl.c223 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); in hda_cs_dsp_write_ctl()
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c796 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl() function
830 EXPORT_SYMBOL_NS_GPL(cs_dsp_coeff_write_ctrl, FW_CS_DSP);
852 ret = cs_dsp_coeff_write_ctrl(ctl, off, buf, len); in cs_dsp_coeff_lock_and_write_ctrl()
3703 ret = cs_dsp_coeff_write_ctrl(wseq->ctl, op_end->offset / sizeof(u32), in cs_dsp_wseq_write()
3711 ret = cs_dsp_coeff_write_ctrl(wseq->ctl, op_new->offset / sizeof(u32), in cs_dsp_wseq_write()