Searched refs:hw_ptr_base (Results 1 – 4 of 4) sorted by relevance
23 __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,
333 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()
1476 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
347 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member