Home
last modified time | relevance | path

Searched defs:cs_dsp_client_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h209 struct cs_dsp_client_ops { struct
210 int (*control_add)(struct cs_dsp_coeff_ctl *ctl);
211 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl);
212 int (*pre_run)(struct cs_dsp *dsp);
213 int (*post_run)(struct cs_dsp *dsp);
214 void (*pre_stop)(struct cs_dsp *dsp);
215 void (*post_stop)(struct cs_dsp *dsp);
216 void (*watchdog_expired)(struct cs_dsp *dsp);