Lines Matching defs:ctx
24 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable()
30 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable()
36 static void skl_cldma_stream_run(struct sst_dsp *ctx, bool enable) in skl_cldma_stream_run()
62 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear()
84 static void skl_cldma_setup_bdle(struct sst_dsp *ctx, in skl_cldma_setup_bdle()
114 static void skl_cldma_setup_controller(struct sst_dsp *ctx, in skl_cldma_setup_controller()
136 static void skl_cldma_setup_spb(struct sst_dsp *ctx, in skl_cldma_setup_spb()
148 static void skl_cldma_cleanup_spb(struct sst_dsp *ctx) in skl_cldma_cleanup_spb()
158 static void skl_cldma_cleanup(struct sst_dsp *ctx) in skl_cldma_cleanup()
167 int skl_cldma_wait_interruptible(struct sst_dsp *ctx) in skl_cldma_wait_interruptible()
190 static void skl_cldma_stop(struct sst_dsp *ctx) in skl_cldma_stop()
195 static void skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, in skl_cldma_fill_buffer()
252 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, in skl_cldma_copy_to_buf()
314 void skl_cldma_process_intr(struct sst_dsp *ctx) in skl_cldma_process_intr()
330 int skl_cldma_prepare(struct sst_dsp *ctx) in skl_cldma_prepare()