Searched refs:cs_dsp_coeff_ctl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/sound/pci/hda/ |
D | hda_cs_dsp_ctl.c | 18 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()
|
D | hda_cs_dsp_ctl.h | 33 void hda_cs_dsp_control_remove(struct cs_dsp_coeff_ctl *cs_ctl);
|
/linux-6.1.9/include/linux/firmware/cirrus/ |
D | cs_dsp.h | 88 struct cs_dsp_coeff_ctl { struct 202 int (*control_add)(struct cs_dsp_coeff_ctl *ctl); 203 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl); 238 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id); 239 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 241 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 243 struct cs_dsp_coeff_ctl *cs_dsp_get_ctl(struct cs_dsp *dsp, const char *name, int type,
|
/linux-6.1.9/drivers/firmware/cirrus/ |
D | cs_dsp.c | 619 static int cs_dsp_coeff_base_reg(struct cs_dsp_coeff_ctl *ctl, unsigned int *reg, in cs_dsp_coeff_base_reg() 650 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id) in cs_dsp_coeff_write_acked_control() 715 static int cs_dsp_coeff_write_ctrl_raw(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl_raw() 757 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_write_ctrl() 783 static int cs_dsp_coeff_read_ctrl_raw(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_read_ctrl_raw() 825 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, in cs_dsp_coeff_read_ctrl() 857 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_coeff_init_control_caches() 883 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_coeff_sync_controls() 903 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_signal_event_controls() 921 static void cs_dsp_free_ctl_blk(struct cs_dsp_coeff_ctl *ctl) in cs_dsp_free_ctl_blk() [all …]
|
/linux-6.1.9/sound/soc/codecs/ |
D | wm_adsp.c | 312 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() 442 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_put_acked() 467 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_get() 484 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_tlv_get() 550 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_adsp_ctl_work() 589 static int wm_adsp_control_add(struct cs_dsp_coeff_ctl *cs_ctl) in wm_adsp_control_add() 665 static void wm_adsp_control_remove(struct cs_dsp_coeff_ctl *cs_ctl) in wm_adsp_control_remove() [all …]
|