Searched refs:get_mailbox_offset (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 33 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
H A D | skl.c | 75 sof_skl_ops.get_mailbox_offset = skl_dsp_ipc_get_mailbox_offset; in sof_skl_ops_init()
|
H A D | lnl.c | 98 sof_lnl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_lnl_ops_init()
|
H A D | byt.c | 244 .get_mailbox_offset = atom_get_mailbox_offset, 319 .get_mailbox_offset = atom_get_mailbox_offset,
|
H A D | pci-tng.c | 159 .get_mailbox_offset = atom_get_mailbox_offset,
|
H A D | bdw.c | 590 .get_mailbox_offset = bdw_get_mailbox_offset,
|
H A D | mtl.c | 676 sof_mtl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_mtl_ops_init()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | apl.c | 50 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
H A D | tgl.c | 45 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
H A 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,
|
H A D | cnl.c | 255 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
|
H A D | bdw.c | 614 .get_mailbox_offset = bdw_get_mailbox_offset,
|
/kernel/linux/linux-6.6/sound/soc/sof/amd/ |
H A D | acp-common.c | 166 .get_mailbox_offset = acp_sof_ipc_get_mailbox_offset,
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A 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()
|
H A D | sof-priv.h | 242 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ member
|
/kernel/linux/linux-5.10/sound/soc/sof/imx/ |
H A D | imx8.c | 427 .get_mailbox_offset = imx8_get_mailbox_offset, 476 .get_mailbox_offset = imx8_get_mailbox_offset,
|
H A D | imx8m.c | 281 .get_mailbox_offset = imx8m_get_mailbox_offset,
|
/kernel/linux/linux-6.6/sound/soc/sof/imx/ |
H A D | imx8.c | 507 .get_mailbox_offset = imx8_get_mailbox_offset, 568 .get_mailbox_offset = imx8_get_mailbox_offset,
|
H A D | imx8ulp.c | 438 .get_mailbox_offset = imx8ulp_get_mailbox_offset,
|
H A D | imx8m.c | 433 .get_mailbox_offset = imx8m_get_mailbox_offset,
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ops.h | 201 if (sof_ops(sdev)->get_mailbox_offset) in snd_sof_dsp_get_mailbox_offset() 202 return sof_ops(sdev)->get_mailbox_offset(sdev); in snd_sof_dsp_get_mailbox_offset()
|
H A D | sof-priv.h | 318 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ member
|
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 560 .get_mailbox_offset = mt8186_get_mailbox_offset,
|
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 584 .get_mailbox_offset = mt8195_get_mailbox_offset,
|
Completed in 23 milliseconds