Searched refs:dai_posn (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sof.h | 48 __field(u64, dai_posn) 54 __entry->dai_posn = posn->dai_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, 67 snd_pcm_uframes_t dai_posn 69 TP_ARGS(sdev, spcm, substream, dma_posn, dai_posn), 75 __field(unsigned long, dai_posn) 82 __entry->dai_posn = dai_posn; [all...] |
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | stream.h | 140 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | stream.h | 143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | compress.c | 123 spcm->stream[dir].posn.dai_posn = 0; in sof_compr_open() 376 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn, in sof_compr_pointer()
|
H A D | pcm.c | 410 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer() 471 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pcm.c | 447 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer() 517 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()
|
H A D | ipc.c | 459 posn.host_posn, posn.dai_posn, posn.wallclock); in ipc_period_elapsed()
|
Completed in 7 milliseconds