Searched refs:host_posn (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sof.h | 47 __field(u64, host_posn) 53 __entry->host_posn = posn->host_posn; 57 TP_printk("device_name=%s host_posn=%#llx dai_posn=%#llx wallclock=%#llx", 58 __get_str(device_name), __entry->host_posn, __entry->dai_posn,
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | stream.h | 139 uint64_t host_posn; /**< host DMA position in bytes */ member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | stream.h | 142 uint64_t host_posn; /**< host DMA position in bytes */ member
|
/kernel/linux/linux-6.6/sound/soc/sof/amd/ |
H A D | acp-pcm.c | 115 pos = spcm->stream[substream->stream].posn.host_posn; in acp_pcm_pointer()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-pcm.c | 166 pos = spcm->stream[substream->stream].posn.host_posn; in hda_dsp_pcm_pointer()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | compress.c | 71 sof_set_transferred_bytes(sstream, spcm->stream[cstream->direction].posn.host_posn, in snd_sof_compr_fragment_elapsed() 122 spcm->stream[dir].posn.host_posn = 0; in sof_compr_open()
|
H A D | pcm.c | 408 spcm->stream[substream->stream].posn.host_posn); in sof_pcm_pointer() 470 spcm->stream[substream->stream].posn.host_posn = 0; in sof_pcm_open()
|
H A D | ipc3.c | 928 posn.host_posn, posn.xrun_comp_id, posn.xrun_size); in ipc3_xrun()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-pcm.c | 196 pos = spcm->stream[substream->stream].posn.host_posn; in hda_dsp_pcm_pointer()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | ipc.c | 459 posn.host_posn, posn.dai_posn, posn.wallclock); in ipc_period_elapsed() 488 posn.host_posn, posn.xrun_comp_id, posn.xrun_size); in ipc_xrun()
|
H A D | pcm.c | 445 spcm->stream[substream->stream].posn.host_posn); in sof_pcm_pointer() 516 spcm->stream[substream->stream].posn.host_posn = 0; in sof_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 477 pos = spcm->stream[substream->stream].posn.host_posn; in mt8186_pcm_pointer()
|
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 496 pos = spcm->stream[substream->stream].posn.host_posn; in mt8195_pcm_pointer()
|
Completed in 9 milliseconds