Searched refs:get_mailbox_offset (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/sound/soc/sof/intel/ |
D | apl.c | 50 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
D | tgl.c | 45 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
D | byt.c | 610 .get_mailbox_offset = byt_get_mailbox_offset, 851 .get_mailbox_offset = byt_get_mailbox_offset, 930 .get_mailbox_offset = byt_get_mailbox_offset,
|
D | cnl.c | 255 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
D | bdw.c | 614 .get_mailbox_offset = bdw_get_mailbox_offset,
|
/Linux-v5.10/sound/soc/sof/imx/ |
D | imx8.c | 427 .get_mailbox_offset = imx8_get_mailbox_offset, 476 .get_mailbox_offset = imx8_get_mailbox_offset,
|
D | imx8m.c | 280 .get_mailbox_offset = imx8m_get_mailbox_offset,
|
/Linux-v5.10/sound/soc/sof/ |
D | ops.h | 124 if (sof_ops(sdev)->get_mailbox_offset) in snd_sof_dsp_get_mailbox_offset() 125 return sof_ops(sdev)->get_mailbox_offset(sdev); in snd_sof_dsp_get_mailbox_offset()
|
D | sof-priv.h | 242 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ member
|