Home
last modified time | relevance | path

Searched refs:hw_ptr_base (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_trace.h23 __field( snd_pcm_uframes_t, hw_ptr_base )
35 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
44 (unsigned long)__entry->hw_ptr_base,
60 __field( snd_pcm_uframes_t, hw_ptr_base )
70 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
77 (unsigned long)__entry->hw_ptr_base,
Dpcm_lib.c333 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
474 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
Dpcm_native.c1476 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/linux-4.4.14/include/sound/
Dpcm.h347 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member