Home
last modified time | relevance | path

Searched refs:get_mailbox_offset (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/sound/soc/sof/intel/
Dapl.c51 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
Dicl.c50 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
Dbyt.c236 .get_mailbox_offset = atom_get_mailbox_offset,
313 .get_mailbox_offset = atom_get_mailbox_offset,
Dtgl.c46 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
Dpci-tng.c152 .get_mailbox_offset = atom_get_mailbox_offset,
Dcnl.c256 .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
Dbdw.c622 .get_mailbox_offset = bdw_get_mailbox_offset,
/Linux-v5.15/sound/soc/sof/imx/
Dimx8.c435 .get_mailbox_offset = imx8_get_mailbox_offset,
484 .get_mailbox_offset = imx8_get_mailbox_offset,
Dimx8m.c287 .get_mailbox_offset = imx8m_get_mailbox_offset,
/Linux-v5.15/sound/soc/sof/
Dops.h154 if (sof_ops(sdev)->get_mailbox_offset) in snd_sof_dsp_get_mailbox_offset()
155 return sof_ops(sdev)->get_mailbox_offset(sdev); in snd_sof_dsp_get_mailbox_offset()
Dsof-priv.h251 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ member