Lines Matching defs:dsp_ops
51 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab);
57 ctx->dsp_ops.stream_tag = stream_tag;
103 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag);
113 ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag);
118 ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag);
119 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag);
436 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
443 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &cnl_dev);