Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/hda/
Dhda_cs_dsp_ctl.c18 struct cs_dsp_coeff_ctl *cs_ctl;
41 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in hda_cs_dsp_coeff_info()
52 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in hda_cs_dsp_coeff_put()
66 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in hda_cs_dsp_coeff_get()
102 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in hda_cs_dsp_add_kcontrol()
136 static void hda_cs_dsp_control_add(struct cs_dsp_coeff_ctl *cs_ctl, in hda_cs_dsp_control_add()
179 struct cs_dsp_coeff_ctl *cs_ctl; in hda_cs_dsp_add_controls()
202 void hda_cs_dsp_control_remove(struct cs_dsp_coeff_ctl *cs_ctl) in hda_cs_dsp_control_remove()
213 struct cs_dsp_coeff_ctl *cs_ctl; in hda_cs_dsp_write_ctl()
Dhda_cs_dsp_ctl.h33 void hda_cs_dsp_control_remove(struct cs_dsp_coeff_ctl *cs_ctl);
/Linux-v6.6/include/linux/firmware/cirrus/
Dcs_dsp.h88 struct cs_dsp_coeff_ctl { struct
203 int (*control_add)(struct cs_dsp_coeff_ctl *ctl);
204 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl);
239 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id);
240 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
242 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
244 struct cs_dsp_coeff_ctl *cs_dsp_get_ctl(struct cs_dsp *dsp, const char *name, int type,
/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c461 static int cs_dsp_coeff_base_reg(struct cs_dsp_coeff_ctl *ctl, unsigned int *reg,
467 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_debugfs_read_controls_show()
651 static int cs_dsp_coeff_base_reg(struct cs_dsp_coeff_ctl *ctl, unsigned int *reg, in cs_dsp_coeff_base_reg()
682 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id) in cs_dsp_coeff_write_acked_control()
747 static int cs_dsp_coeff_write_ctrl_raw(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl_raw()
789 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl()
822 static int cs_dsp_coeff_read_ctrl_raw(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_read_ctrl_raw()
864 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_read_ctrl()
896 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_coeff_init_control_caches()
922 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_coeff_sync_controls()
[all …]
/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.c312 struct cs_dsp_coeff_ctl *cs_ctl;
379 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_info()
404 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_put()
421 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_tlv_put()
447 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_put_acked()
475 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_get()
492 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_tlv_get()
558 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_adsp_ctl_work()
597 static int wm_adsp_control_add(struct cs_dsp_coeff_ctl *cs_ctl) in wm_adsp_control_add()
673 static void wm_adsp_control_remove(struct cs_dsp_coeff_ctl *cs_ctl) in wm_adsp_control_remove()
[all …]