dsp_ops 309 sound/soc/intel/common/sst-dsp-priv.h struct skl_dsp_loader_ops dsp_ops; dsp_ops 63 sound/soc/intel/skylake/bxt-sst.c stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, dsp_ops 75 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.trigger(ctx->dev, true, stream_tag); dsp_ops 81 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.trigger(ctx->dev, false, stream_tag); dsp_ops 82 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.cleanup(ctx->dev, &dmab, stream_tag); dsp_ops 102 sound/soc/intel/skylake/bxt-sst.c stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab); dsp_ops 109 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.stream_tag = stream_tag; dsp_ops 164 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag); dsp_ops 174 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag); dsp_ops 178 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag); dsp_ops 179 sound/soc/intel/skylake/bxt-sst.c ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag); dsp_ops 550 sound/soc/intel/skylake/bxt-sst.c const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 557 sound/soc/intel/skylake/bxt-sst.c ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev); dsp_ops 98 sound/soc/intel/skylake/cnl-sst-dsp.h const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 51 sound/soc/intel/skylake/cnl-sst.c stream_tag = ctx->dsp_ops.prepare(ctx->dev, 0x40, fwsize, &ctx->dmab); dsp_ops 57 sound/soc/intel/skylake/cnl-sst.c ctx->dsp_ops.stream_tag = stream_tag; dsp_ops 87 sound/soc/intel/skylake/cnl-sst.c ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, stream_tag); dsp_ops 97 sound/soc/intel/skylake/cnl-sst.c ctx->dsp_ops.trigger(ctx->dev, true, ctx->dsp_ops.stream_tag); dsp_ops 102 sound/soc/intel/skylake/cnl-sst.c ctx->dsp_ops.trigger(ctx->dev, false, ctx->dsp_ops.stream_tag); dsp_ops 103 sound/soc/intel/skylake/cnl-sst.c ctx->dsp_ops.cleanup(ctx->dev, &ctx->dmab, ctx->dsp_ops.stream_tag); dsp_ops 416 sound/soc/intel/skylake/cnl-sst.c const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 423 sound/soc/intel/skylake/cnl-sst.c ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &cnl_dev); dsp_ops 172 sound/soc/intel/skylake/skl-messages.c static const struct skl_dsp_ops dsp_ops[] = { dsp_ops 243 sound/soc/intel/skylake/skl-messages.c for (i = 0; i < ARRAY_SIZE(dsp_ops); i++) { dsp_ops 244 sound/soc/intel/skylake/skl-messages.c if (dsp_ops[i].id == pci_id) dsp_ops 245 sound/soc/intel/skylake/skl-messages.c return &dsp_ops[i]; dsp_ops 286 sound/soc/intel/skylake/skl-messages.c skl->dsp_ops = ops; dsp_ops 323 sound/soc/intel/skylake/skl-messages.c skl->dsp_ops->cleanup(bus->dev, skl); dsp_ops 155 sound/soc/intel/skylake/skl-sst-cldma.c ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); dsp_ops 156 sound/soc/intel/skylake/skl-sst-cldma.c ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); dsp_ops 340 sound/soc/intel/skylake/skl-sst-cldma.c ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, dsp_ops 347 sound/soc/intel/skylake/skl-sst-cldma.c ret = ctx->dsp_ops.alloc_dma_buf(ctx->dev, dsp_ops 351 sound/soc/intel/skylake/skl-sst-cldma.c ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); dsp_ops 224 sound/soc/intel/skylake/skl-sst-dsp.h const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 227 sound/soc/intel/skylake/skl-sst-dsp.h const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 247 sound/soc/intel/skylake/skl-sst-dsp.h struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp, dsp_ops 357 sound/soc/intel/skylake/skl-sst-utils.c struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp, dsp_ops 374 sound/soc/intel/skylake/skl-sst-utils.c sst->dsp_ops = dsp_ops; dsp_ops 520 sound/soc/intel/skylake/skl-sst.c const char *fw_name, struct skl_dsp_loader_ops dsp_ops, dsp_ops 527 sound/soc/intel/skylake/skl-sst.c ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev); dsp_ops 131 sound/soc/intel/skylake/skl.h const struct skl_dsp_ops *dsp_ops; dsp_ops 122 sound/soc/sof/imx/imx8.c struct imx_dsp_ops dsp_ops = { dsp_ops 261 sound/soc/sof/imx/imx8.c priv->dsp_ipc->ops = &dsp_ops;