Lines Matching defs:dsp_ops
60 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40,
72 ctx->dsp_ops.trigger(ctx->dev, true, stream_tag);
78 ctx->dsp_ops.trigger(ctx->dev, false, stream_tag);
79 ctx->dsp_ops.cleanup(ctx->dev, &dmab, stream_tag);
99 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab);
106 ctx->dsp_ops.stream_tag = stream_tag;
161 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag);
171 ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag);
175 ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag);
176 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag);
545 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
552 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev);