Searched defs:skl_cl_dev_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| D | skl-sst-cldma.h | 195 struct skl_cl_dev_ops { struct 196 void (*cl_setup_bdle)(struct sst_dsp *ctx, 199 void (*cl_setup_controller)(struct sst_dsp *ctx, 202 void (*cl_setup_spb)(struct sst_dsp *ctx, 204 void (*cl_cleanup_spb)(struct sst_dsp *ctx); 205 void (*cl_trigger)(struct sst_dsp *ctx, bool enable); 206 void (*cl_cleanup_controller)(struct sst_dsp *ctx); 207 int (*cl_copy_to_dmabuf)(struct sst_dsp *ctx, 209 void (*cl_stop_dma)(struct sst_dsp *ctx);
|
| /kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
| D | skl-sst-cldma.h | 195 struct skl_cl_dev_ops { struct 196 void (*cl_setup_bdle)(struct sst_dsp *ctx, 199 void (*cl_setup_controller)(struct sst_dsp *ctx, 202 void (*cl_setup_spb)(struct sst_dsp *ctx, 204 void (*cl_cleanup_spb)(struct sst_dsp *ctx); 205 void (*cl_trigger)(struct sst_dsp *ctx, bool enable); 206 void (*cl_cleanup_controller)(struct sst_dsp *ctx); 207 int (*cl_copy_to_dmabuf)(struct sst_dsp *ctx, 209 void (*cl_stop_dma)(struct sst_dsp *ctx);
|