Searched refs:snd_sof_dsp_ops (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.1.9/sound/soc/sof/ |
D | ipc3-priv.h | 37 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init() 47 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release() 57 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger()
|
D | debug.c | 333 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
|
D | sof-priv.h | 144 struct snd_sof_dsp_ops { struct
|
D | pcm.c | 399 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda.h | 779 extern struct snd_sof_dsp_ops sof_hda_common_ops; 781 extern struct snd_sof_dsp_ops sof_skl_ops; 783 extern struct snd_sof_dsp_ops sof_apl_ops; 785 extern struct snd_sof_dsp_ops sof_cnl_ops; 787 extern struct snd_sof_dsp_ops sof_tgl_ops; 789 extern struct snd_sof_dsp_ops sof_icl_ops; 791 extern struct snd_sof_dsp_ops sof_mtl_ops; 845 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops);
|
D | skl.c | 53 struct snd_sof_dsp_ops sof_skl_ops; 61 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
|
D | apl.c | 31 struct snd_sof_dsp_ops sof_apl_ops; 37 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
|
D | icl.c | 99 struct snd_sof_dsp_ops sof_icl_ops; 105 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
|
D | tgl.c | 54 struct snd_sof_dsp_ops sof_tgl_ops; 60 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
|
D | hda-common-ops.c | 17 struct snd_sof_dsp_ops sof_hda_common_ops = {
|
D | byt.c | 219 static struct snd_sof_dsp_ops sof_byt_ops = { 298 static struct snd_sof_dsp_ops sof_cht_ops = {
|
D | cnl.c | 357 struct snd_sof_dsp_ops sof_cnl_ops; 363 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
|
D | shim.h | 194 extern struct snd_sof_dsp_ops sof_tng_ops;
|
D | pci-tng.c | 139 struct snd_sof_dsp_ops sof_tng_ops = {
|
D | mtl.c | 598 struct snd_sof_dsp_ops sof_mtl_ops; 606 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
|
D | bdw.c | 570 static struct snd_sof_dsp_ops sof_bdw_ops = {
|
/linux-6.1.9/include/sound/ |
D | sof.h | 18 struct snd_sof_dsp_ops; 141 struct snd_sof_dsp_ops *ops;
|
/linux-6.1.9/sound/soc/sof/amd/ |
D | renoir.c | 92 struct snd_sof_dsp_ops sof_renoir_ops; 98 memcpy(&sof_renoir_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_renoir_ops_init()
|
D | rembrandt.c | 118 struct snd_sof_dsp_ops sof_rembrandt_ops; 124 memcpy(&sof_rembrandt_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_rembrandt_ops_init()
|
D | acp.h | 224 extern struct snd_sof_dsp_ops sof_acp_common_ops; 226 extern struct snd_sof_dsp_ops sof_renoir_ops; 228 extern struct snd_sof_dsp_ops sof_rembrandt_ops;
|
D | acp-common.c | 55 struct snd_sof_dsp_ops sof_acp_common_ops = {
|
/linux-6.1.9/sound/soc/sof/imx/ |
D | imx8.c | 490 static struct snd_sof_dsp_ops sof_imx8_ops = { 551 static struct snd_sof_dsp_ops sof_imx8x_ops = {
|
D | imx8m.c | 415 static struct snd_sof_dsp_ops sof_imx8m_ops = {
|
D | imx8ulp.c | 417 static struct snd_sof_dsp_ops sof_imx8ulp_ops = {
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 537 static struct snd_sof_dsp_ops sof_mt8186_ops = {
|
12