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()
37 static void skl_cldma_setup_bdle(struct sst_dsp *ctx, in skl_cldma_setup_bdle()
67 static void skl_cldma_setup_controller(struct sst_dsp *ctx, in skl_cldma_setup_controller()
88 static void skl_cldma_setup_spb(struct sst_dsp *ctx, in skl_cldma_setup_spb()
100 static void skl_cldma_cleanup_spb(struct sst_dsp *ctx) in skl_cldma_cleanup_spb()
110 static void skl_cldma_trigger(struct sst_dsp *ctx, bool enable) in skl_cldma_trigger()
122 static void skl_cldma_cleanup(struct sst_dsp *ctx) in skl_cldma_cleanup()
142 static int skl_cldma_wait_interruptible(struct sst_dsp *ctx) in skl_cldma_wait_interruptible()
165 static void skl_cldma_stop(struct sst_dsp *ctx) in skl_cldma_stop()
170 static void skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, in skl_cldma_fill_buffer()
208 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, u32 total_size) in skl_cldma_copy_to_buf()
266 void skl_cldma_process_intr(struct sst_dsp *ctx) in skl_cldma_process_intr()
282 int skl_cldma_prepare(struct sst_dsp *ctx) in skl_cldma_prepare()