Searched refs:get_mailbox_offset (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/sound/soc/sof/intel/ |
D | hda-common-ops.c | 35 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
D | skl.c | 75 sof_skl_ops.get_mailbox_offset = skl_dsp_ipc_get_mailbox_offset; in sof_skl_ops_init()
|
D | byt.c | 242 .get_mailbox_offset = atom_get_mailbox_offset, 317 .get_mailbox_offset = atom_get_mailbox_offset,
|
D | lnl.c | 135 sof_lnl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_lnl_ops_init()
|
D | pci-tng.c | 159 .get_mailbox_offset = atom_get_mailbox_offset,
|
D | bdw.c | 590 .get_mailbox_offset = bdw_get_mailbox_offset,
|
D | mtl.c | 732 sof_mtl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_mtl_ops_init()
|
/linux-6.12.1/sound/soc/sof/imx/ |
D | imx8.c | 498 .get_mailbox_offset = imx8_get_mailbox_offset, 559 .get_mailbox_offset = imx8_get_mailbox_offset,
|
D | imx8m.c | 432 .get_mailbox_offset = imx8m_get_mailbox_offset,
|
D | imx8ulp.c | 432 .get_mailbox_offset = imx8ulp_get_mailbox_offset,
|
/linux-6.12.1/sound/soc/sof/ |
D | ops.h | 213 if (sof_ops(sdev)->get_mailbox_offset) in snd_sof_dsp_get_mailbox_offset() 214 return sof_ops(sdev)->get_mailbox_offset(sdev); in snd_sof_dsp_get_mailbox_offset()
|
D | sof-priv.h | 340 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ member
|
/linux-6.12.1/sound/soc/sof/amd/ |
D | acp-common.c | 224 .get_mailbox_offset = acp_sof_ipc_get_mailbox_offset,
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 533 .get_mailbox_offset = mt8195_get_mailbox_offset,
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 509 .get_mailbox_offset = mt8186_get_mailbox_offset,
|