Searched refs:dsp_ops (Results 1 – 6 of 6) sorted by relevance
/sound/soc/intel/skylake/ |
D | bxt-sst.c | 80 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 …]
|
D | skl-sst-cldma.c | 164 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()
|
D | skl-sst-dsp.h | 204 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, 207 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
|
D | skl-sst.c | 452 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()
|
D | skl-messages.c | 201 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/ |
D | sst-dsp-priv.h | 314 struct skl_dsp_loader_ops dsp_ops; member
|