Searched refs:dsp_ops (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | bxt-sst.c | 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() [all …]
|
D | cnl-sst.c | 60 stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab); in cnl_prepare_fw() 66 ctx->dsp_ops.stream_tag = stream_tag; in cnl_prepare_fw() 96 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag); in cnl_prepare_fw() 106 ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma() 111 ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma() 112 ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag); in sst_transfer_fw_host_dma() 425 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, in cnl_sst_dsp_init() argument 432 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &cnl_dev); in cnl_sst_dsp_init()
|
D | skl-sst-cldma.c | 163 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_cleanup() 164 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); in skl_cldma_cleanup() 348 ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, in skl_cldma_prepare() 355 ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, in skl_cldma_prepare() 359 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_prepare()
|
D | skl-sst-dsp.h | 232 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, 235 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, 256 struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp,
|
D | skl-sst-utils.c | 375 struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp, in skl_sst_ctx_init() argument 396 sst->dsp_ops = dsp_ops; in skl_sst_ctx_init()
|
D | cnl-sst-dsp.h | 107 const char *fw_name, struct skl_dsp_loader_ops dsp_ops,
|
D | skl-messages.c | 209 static const struct skl_dsp_ops dsp_ops[] = { variable 256 for (i = 0; i < ARRAY_SIZE(dsp_ops); i++) { in skl_get_dsp_ops() 257 if (dsp_ops[i].id == pci_id) in skl_get_dsp_ops() 258 return &dsp_ops[i]; in skl_get_dsp_ops() 299 skl->skl_sst->dsp_ops = ops; in skl_init_dsp() 337 ctx->dsp_ops->cleanup(bus->dev, ctx); in skl_free_dsp()
|
D | skl-sst-ipc.h | 120 const struct skl_dsp_ops *dsp_ops; member
|
D | skl-sst.c | 531 const char *fw_name, struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp) in skl_sst_dsp_init() argument 537 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev); in skl_sst_dsp_init()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 318 struct skl_dsp_loader_ops dsp_ops; member
|