Lines Matching defs:ctx
16 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable()
22 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable()
28 static void skl_cldma_stream_run(struct sst_dsp *ctx, bool enable) in skl_cldma_stream_run()
54 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear()
76 static void skl_cldma_setup_bdle(struct sst_dsp *ctx, in skl_cldma_setup_bdle()
106 static void skl_cldma_setup_controller(struct sst_dsp *ctx, in skl_cldma_setup_controller()
128 static void skl_cldma_setup_spb(struct sst_dsp *ctx, in skl_cldma_setup_spb()
140 static void skl_cldma_cleanup_spb(struct sst_dsp *ctx) in skl_cldma_cleanup_spb()
150 static void skl_cldma_cleanup(struct sst_dsp *ctx) in skl_cldma_cleanup()
159 int skl_cldma_wait_interruptible(struct sst_dsp *ctx) in skl_cldma_wait_interruptible()
182 static void skl_cldma_stop(struct sst_dsp *ctx) in skl_cldma_stop()
187 static void skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, in skl_cldma_fill_buffer()
244 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, in skl_cldma_copy_to_buf()
306 void skl_cldma_process_intr(struct sst_dsp *ctx) in skl_cldma_process_intr()
322 int skl_cldma_prepare(struct sst_dsp *ctx) in skl_cldma_prepare()