Lines Matching refs:ctx
111 int (*load_fw)(struct sst_dsp *ctx);
113 int (*parse_fw)(struct sst_dsp *ctx);
114 int (*set_state_D0)(struct sst_dsp *ctx);
115 int (*set_state_D3)(struct sst_dsp *ctx);
116 unsigned int (*get_fw_errcode)(struct sst_dsp *ctx);
126 void skl_cldma_process_intr(struct sst_dsp *ctx);
127 void skl_cldma_int_disable(struct sst_dsp *ctx);
128 int skl_cldma_prepare(struct sst_dsp *ctx);
130 void skl_dsp_set_state_locked(struct sst_dsp *ctx, int state);
133 int skl_dsp_disable_core(struct sst_dsp *ctx);
134 bool is_skl_dsp_running(struct sst_dsp *ctx);
136 int skl_dsp_wake(struct sst_dsp *ctx);
137 int skl_dsp_sleep(struct sst_dsp *ctx);
140 int skl_dsp_boot(struct sst_dsp *ctx);
143 void skl_sst_dsp_cleanup(struct device *dev, struct skl_sst *ctx);