Home
last modified time | relevance | path

Searched refs:hw_ptr_jiffies (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_lib.c341 hdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
374 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
415 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
476 runtime->hw_ptr_jiffies = curr_jiffies; in snd_pcm_update_hw_ptr0()
Dpcm_native.c1050 runtime->hw_ptr_jiffies = jiffies; in snd_pcm_post_start()
1203 substream->runtime->hw_ptr_jiffies = jiffies - HZ * 1000; in snd_pcm_do_pause()
/linux-4.1.27/include/sound/
Dpcm.h350 unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ member