Searched refs:cs_dsp (Results 1 – 6 of 6) sorted by relevance
98 struct cs_dsp *dsp;150 struct cs_dsp { struct212 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);221 int cs_dsp_halo_init(struct cs_dsp *dsp);228 int cs_dsp_power_up(struct cs_dsp *dsp,233 int cs_dsp_run(struct cs_dsp *dsp);234 void cs_dsp_stop(struct cs_dsp *dsp);[all …]
25 struct cs_dsp *dsp;95 unsigned int cs_dsp_mock_size_of_region(const struct cs_dsp *dsp, int mem_type);
13 struct cs_dsp;47 int cs_amp_write_cal_coeffs(struct cs_dsp *dsp,59 int (*write_cal_coeff)(struct cs_dsp *dsp,
359 void cs35l56_init_cs_dsp(struct cs35l56_base *cs35l56_base, struct cs_dsp *cs_dsp);363 void cs35l56_log_tuning(struct cs35l56_base *cs35l56_base, struct cs_dsp *cs_dsp);
914 void cs35l41_configure_cs_dsp(struct device *dev, struct regmap *reg, struct cs_dsp *dsp);926 int enable, struct cs_dsp *dsp);
119 struct cs_dsp dsp;
Completed in 13 milliseconds