Home
last modified time | relevance | path

Searched refs:twake (Results 1 – 2 of 2) sorted by relevance

/linux/sound/core/
H A Dpcm_lib.c228 if (runtime->twake) { in snd_pcm_update_state()
229 if (avail >= runtime->twake) in snd_pcm_update_state()
1994 if (avail >= runtime->twake) in wait_for_avail()
2324 runtime->twake = runtime->control->avail_min ? : 1; in __snd_pcm_lib_xfer()
2355 runtime->twake = min_t(snd_pcm_uframes_t, size, in __snd_pcm_lib_xfer()
2411 runtime->twake = 0; in __snd_pcm_lib_xfer()
/linux/include/sound/
H A Dpcm.h416 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member