Searched refs:dsp_ops (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc3-priv.h | 39 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init() local 41 if (dsp_ops->trace_init) in sof_dtrace_host_init() 42 return dsp_ops->trace_init(sdev, dmatb, dtrace_params); in sof_dtrace_host_init() 49 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release() local 51 if (dsp_ops->trace_release) in sof_dtrace_host_release() 52 return dsp_ops->trace_release(sdev); in sof_dtrace_host_release() 59 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger() local 61 if (dsp_ops->trace_trigger) in sof_dtrace_host_trigger() 62 return dsp_ops->trace_trigger(sdev, cmd); in sof_dtrace_host_trigger()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | lnl.c | 103 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_lnl_set_ops() argument 107 ret = sof_mtl_set_ops(sdev, dsp_ops); in sof_lnl_set_ops() 113 dsp_ops->probe = lnl_hda_dsp_probe; in sof_lnl_set_ops() 114 dsp_ops->remove = lnl_hda_dsp_remove; in sof_lnl_set_ops() 118 dsp_ops->post_fw_run = lnl_dsp_post_fw_run; in sof_lnl_set_ops() 122 dsp_ops->resume = lnl_hda_dsp_resume; in sof_lnl_set_ops() 123 dsp_ops->runtime_resume = lnl_hda_dsp_runtime_resume; in sof_lnl_set_ops()
|
| H A D | mtl.c | 713 dsp_ops->shutdown = hda_dsp_shutdown; in sof_mtl_set_ops() 716 dsp_ops->irq_thread = mtl_ipc_irq_thread; in sof_mtl_set_ops() 719 dsp_ops->send_msg = mtl_ipc_send_msg; in sof_mtl_set_ops() 724 dsp_ops->debug_map = mtl_dsp_debugfs; in sof_mtl_set_ops() 726 dsp_ops->dbg_dump = mtl_dsp_dump; in sof_mtl_set_ops() 727 dsp_ops->ipc_dump = mtl_ipc_dump; in sof_mtl_set_ops() 730 dsp_ops->pre_fw_run = mtl_dsp_pre_fw_run; in sof_mtl_set_ops() 731 dsp_ops->post_fw_run = mtl_dsp_post_fw_run; in sof_mtl_set_ops() 737 dsp_ops->core_get = mtl_dsp_core_get; in sof_mtl_set_ops() 738 dsp_ops->core_put = mtl_dsp_core_put; in sof_mtl_set_ops() [all …]
|
| H A D | ptl.c | 88 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_ptl_set_ops() argument 93 ret = sof_lnl_set_ops(sdev, dsp_ops); in sof_ptl_set_ops()
|
| H A D | ptl.h | 17 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| H A D | lnl.h | 15 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| H A D | mtl.h | 134 int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | core.c | 785 .dsp_ops = &avs_skl_dsp_ops, 795 .dsp_ops = &avs_apl_dsp_ops, 805 .dsp_ops = &avs_cnl_dsp_ops, 815 .dsp_ops = &avs_icl_dsp_ops, 825 .dsp_ops = &avs_icl_dsp_ops, 836 .dsp_ops = &avs_tgl_dsp_ops, \
|
| H A D | avs.h | 65 ((adev)->spec->dsp_ops->op(adev, ## __VA_ARGS__)) 100 const struct avs_dsp_ops *const dsp_ops; member
|
| H A D | loader.c | 664 if (adev->spec->dsp_ops->config_basefw) { in avs_config_basefw()
|
| /linux-6.15/sound/soc/sof/mediatek/mt8195/ |
| H A D | mt8195.c | 40 static const struct mtk_adsp_ipc_ops dsp_ops = { variable 278 priv->dsp_ipc->ops = &dsp_ops; in mt8195_dsp_probe()
|
| /linux-6.15/sound/soc/sof/mediatek/mt8186/ |
| H A D | mt8186.c | 40 static const struct mtk_adsp_ipc_ops dsp_ops = { variable 287 priv->dsp_ipc->ops = &dsp_ops; in mt8186_dsp_probe()
|