Home
last modified time | relevance | path

Searched refs:dsp_ops (Results 1 – 6 of 6) sorted by relevance

/sound/soc/intel/skylake/
Dbxt-sst.c80 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, in bxt_load_library()
92 ctx->dsp_ops.trigger(ctx->dev, true, stream_tag); in bxt_load_library()
98 ctx->dsp_ops.trigger(ctx->dev, false, stream_tag); in bxt_load_library()
99 ctx->dsp_ops.cleanup(ctx->dev, &dmab, stream_tag); in bxt_load_library()
122 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab); in sst_bxt_prepare_fw()
129 ctx->dsp_ops.stream_tag = stream_tag; in sst_bxt_prepare_fw()
203 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag); in sst_bxt_prepare_fw()
213 ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
217 ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
218 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma()
[all …]
Dskl-sst-cldma.c164 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_cleanup()
165 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); in skl_cldma_cleanup()
341 ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, in skl_cldma_prepare()
348 ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, in skl_cldma_prepare()
352 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_prepare()
Dskl-sst-dsp.h204 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
207 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
Dskl-sst.c452 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp) in skl_sst_dsp_init() argument
481 sst->dsp_ops = dsp_ops; in skl_sst_dsp_init()
Dskl-messages.c201 static const struct skl_dsp_ops dsp_ops[] = { variable
229 for (i = 0; i < ARRAY_SIZE(dsp_ops); i++) { in skl_get_dsp_ops()
230 if (dsp_ops[i].id == pci_id) in skl_get_dsp_ops()
231 return &dsp_ops[i]; in skl_get_dsp_ops()
/sound/soc/intel/common/
Dsst-dsp-priv.h314 struct skl_dsp_loader_ops dsp_ops; member