Lines Matching defs:ctx
17 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable()
23 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable()
29 static void skl_cldma_stream_run(struct sst_dsp *ctx, bool enable) in skl_cldma_stream_run()
55 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear()
77 static void skl_cldma_setup_bdle(struct sst_dsp *ctx, in skl_cldma_setup_bdle()
107 static void skl_cldma_setup_controller(struct sst_dsp *ctx, in skl_cldma_setup_controller()
129 static void skl_cldma_setup_spb(struct sst_dsp *ctx, in skl_cldma_setup_spb()
141 static void skl_cldma_cleanup_spb(struct sst_dsp *ctx) in skl_cldma_cleanup_spb()
151 static void skl_cldma_cleanup(struct sst_dsp *ctx) in skl_cldma_cleanup()
160 int skl_cldma_wait_interruptible(struct sst_dsp *ctx) in skl_cldma_wait_interruptible()
183 static void skl_cldma_stop(struct sst_dsp *ctx) in skl_cldma_stop()
188 static void skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, in skl_cldma_fill_buffer()
245 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, in skl_cldma_copy_to_buf()
307 void skl_cldma_process_intr(struct sst_dsp *ctx) in skl_cldma_process_intr()
323 int skl_cldma_prepare(struct sst_dsp *ctx) in skl_cldma_prepare()