Lines Matching refs:dsp_ops
71 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, in bxt_load_library()
83 ctx->dsp_ops.trigger(ctx->dev, true, stream_tag); in bxt_load_library()
89 ctx->dsp_ops.trigger(ctx->dev, false, stream_tag); in bxt_load_library()
90 ctx->dsp_ops.cleanup(ctx->dev, &dmab, stream_tag); in bxt_load_library()
110 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab); in sst_bxt_prepare_fw()
117 ctx->dsp_ops.stream_tag = stream_tag; in sst_bxt_prepare_fw()
172 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag); in sst_bxt_prepare_fw()
182 ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
186 ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
187 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
558 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, in bxt_sst_dsp_init() argument
565 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev); in bxt_sst_dsp_init()