Searched refs:get_window_offset (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-common-ops.c | 34 .get_window_offset = hda_dsp_ipc_get_window_offset,
|
A D | skl.c | 75 sof_skl_ops.get_window_offset = skl_dsp_ipc_get_window_offset; in sof_skl_ops_init()
|
A D | byt.c | 245 .get_window_offset = atom_get_window_offset, 320 .get_window_offset = atom_get_window_offset,
|
A D | pci-tng.c | 164 .get_window_offset = atom_get_window_offset,
|
A D | bdw.c | 591 .get_window_offset = bdw_get_window_offset,
|
A D | mtl.c | 618 sof_mtl_ops.get_window_offset = mtl_dsp_ipc_get_window_offset; in sof_mtl_ops_init()
|
/linux-6.3-rc2/sound/soc/sof/amd/ |
A D | acp-common.c | 183 .get_window_offset = acp_sof_ipc_get_window_offset,
|
/linux-6.3-rc2/sound/soc/sof/imx/ |
A D | imx8.c | 508 .get_window_offset = imx8_get_window_offset, 569 .get_window_offset = imx8_get_window_offset,
|
A D | imx8m.c | 434 .get_window_offset = imx8m_get_window_offset,
|
A D | imx8ulp.c | 439 .get_window_offset = imx8ulp_get_window_offset,
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | ops.h | 211 if (sof_ops(sdev)->get_window_offset) in snd_sof_dsp_get_window_offset() 212 return sof_ops(sdev)->get_window_offset(sdev, id); in snd_sof_dsp_get_window_offset()
|
A D | sof-priv.h | 315 int (*get_window_offset)(struct snd_sof_dev *sdev, member
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/ |
A D | mt8186.c | 568 .get_window_offset = mt8186_get_window_offset,
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/ |
A D | mt8195.c | 619 .get_window_offset = mt8195_get_window_offset,
|
Completed in 18 milliseconds