Symbol: snd_sof_dsp_ops
include/sound/sof.h
173
const struct snd_sof_dsp_ops *ops;
include/sound/sof.h
18
struct snd_sof_dsp_ops;
sound/soc/sof/amd/acp-common.c
199
const struct snd_sof_dsp_ops sof_acp_common_ops = {
sound/soc/sof/amd/acp.h
333
extern const struct snd_sof_dsp_ops sof_acp_common_ops;
sound/soc/sof/amd/acp.h
335
extern struct snd_sof_dsp_ops sof_renoir_ops;
sound/soc/sof/amd/acp.h
337
extern struct snd_sof_dsp_ops sof_vangogh_ops;
sound/soc/sof/amd/acp.h
339
extern struct snd_sof_dsp_ops sof_rembrandt_ops;
sound/soc/sof/amd/acp.h
341
extern struct snd_sof_dsp_ops sof_acp63_ops;
sound/soc/sof/amd/acp.h
344
extern struct snd_sof_dsp_ops sof_acp70_ops;
sound/soc/sof/amd/acp63.c
130
struct snd_sof_dsp_ops sof_acp63_ops;
sound/soc/sof/amd/acp63.c
136
memcpy(&sof_acp63_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/amd/acp70.c
130
struct snd_sof_dsp_ops sof_acp70_ops;
sound/soc/sof/amd/acp70.c
136
memcpy(&sof_acp70_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/amd/rembrandt.c
130
struct snd_sof_dsp_ops sof_rembrandt_ops;
sound/soc/sof/amd/rembrandt.c
136
memcpy(&sof_rembrandt_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/amd/renoir.c
105
struct snd_sof_dsp_ops sof_renoir_ops;
sound/soc/sof/amd/renoir.c
111
memcpy(&sof_renoir_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/amd/vangogh.c
151
struct snd_sof_dsp_ops sof_vangogh_ops;
sound/soc/sof/amd/vangogh.c
160
memcpy(&sof_vangogh_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/debug.c
318
const struct snd_sof_dsp_ops *ops = sof_ops(sdev);
sound/soc/sof/imx/imx-common.c
435
const struct snd_sof_dsp_ops sof_imx_ops = {
sound/soc/sof/imx/imx-common.h
167
extern const struct snd_sof_dsp_ops sof_imx_ops;
sound/soc/sof/imx/imx8.c
273
static struct snd_sof_dsp_ops sof_imx8_ops;
sound/soc/sof/imx/imx9.c
17
static struct snd_sof_dsp_ops sof_imx9_ops;
sound/soc/sof/intel/apl.c
31
struct snd_sof_dsp_ops sof_apl_ops;
sound/soc/sof/intel/apl.c
36
memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/intel/bdw.c
564
static const struct snd_sof_dsp_ops sof_bdw_ops = {
sound/soc/sof/intel/byt.c
216
static const struct snd_sof_dsp_ops sof_byt_ops = {
sound/soc/sof/intel/byt.c
291
static const struct snd_sof_dsp_ops sof_cht_ops = {
sound/soc/sof/intel/cnl.c
376
struct snd_sof_dsp_ops sof_cnl_ops;
sound/soc/sof/intel/cnl.c
382
memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/intel/hda-common-ops.c
17
const struct snd_sof_dsp_ops sof_hda_common_ops = {
sound/soc/sof/intel/hda-dai.c
708
static void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops)
sound/soc/sof/intel/hda-dai.c
723
static void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops)
sound/soc/sof/intel/hda-dai.c
740
static inline void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {}
sound/soc/sof/intel/hda-dai.c
741
static inline void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {}
sound/soc/sof/intel/hda-dai.c
745
void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops)
sound/soc/sof/intel/hda.h
923
extern const struct snd_sof_dsp_ops sof_hda_common_ops;
sound/soc/sof/intel/hda.h
925
extern struct snd_sof_dsp_ops sof_skl_ops;
sound/soc/sof/intel/hda.h
927
extern struct snd_sof_dsp_ops sof_apl_ops;
sound/soc/sof/intel/hda.h
929
extern struct snd_sof_dsp_ops sof_cnl_ops;
sound/soc/sof/intel/hda.h
931
extern struct snd_sof_dsp_ops sof_tgl_ops;
sound/soc/sof/intel/hda.h
933
extern struct snd_sof_dsp_ops sof_icl_ops;
sound/soc/sof/intel/hda.h
989
void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops);
sound/soc/sof/intel/icl.c
104
memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/intel/icl.c
99
struct snd_sof_dsp_ops sof_icl_ops;
sound/soc/sof/intel/lnl.c
93
int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
sound/soc/sof/intel/lnl.h
15
int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
sound/soc/sof/intel/mtl.c
702
int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
sound/soc/sof/intel/mtl.c
707
memcpy(dsp_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/intel/mtl.h
134
int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
sound/soc/sof/intel/nvl.c
22
int sof_nvl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
sound/soc/sof/intel/nvl.h
12
int sof_nvl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
sound/soc/sof/intel/pci-lnl.c
24
static struct snd_sof_dsp_ops sof_lnl_ops;
sound/soc/sof/intel/pci-mtl.c
24
static struct snd_sof_dsp_ops sof_mtl_ops;
sound/soc/sof/intel/pci-nvl.c
22
static struct snd_sof_dsp_ops sof_nvl_ops;
sound/soc/sof/intel/pci-ptl.c
22
static struct snd_sof_dsp_ops sof_ptl_ops;
sound/soc/sof/intel/pci-tng.c
135
const struct snd_sof_dsp_ops sof_tng_ops = {
sound/soc/sof/intel/ptl.c
88
int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
sound/soc/sof/intel/ptl.h
17
int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
sound/soc/sof/intel/shim.h
205
extern const struct snd_sof_dsp_ops sof_tng_ops;
sound/soc/sof/intel/skl.c
52
struct snd_sof_dsp_ops sof_skl_ops;
sound/soc/sof/intel/skl.c
60
memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/intel/tgl.c
65
struct snd_sof_dsp_ops sof_tgl_ops;
sound/soc/sof/intel/tgl.c
70
memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
sound/soc/sof/ipc3-priv.h
39
const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops;
sound/soc/sof/ipc3-priv.h
49
const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops;
sound/soc/sof/ipc3-priv.h
59
const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops;
sound/soc/sof/mediatek/mt8186/mt8186.c
382
static const struct snd_sof_dsp_ops sof_mt8186_ops = {
sound/soc/sof/mediatek/mt8186/mt8186.c
508
static struct snd_sof_dsp_ops sof_mt8188_ops;
sound/soc/sof/mediatek/mt8195/mt8195.c
406
static const struct snd_sof_dsp_ops sof_mt8195_ops = {
sound/soc/sof/pcm.c
542
const struct snd_sof_dsp_ops *ops = sof_ops(sdev);