Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dpcm_lib.c199 if (runtime->twake) { in snd_pcm_update_state()
200 if (avail >= runtime->twake) in snd_pcm_update_state()
1905 if (avail >= runtime->twake) in wait_for_avail()
2209 runtime->twake = runtime->control->avail_min ? : 1; in __snd_pcm_lib_xfer()
2240 runtime->twake = min_t(snd_pcm_uframes_t, size, in __snd_pcm_lib_xfer()
2287 runtime->twake = 0; in __snd_pcm_lib_xfer()
/Linux-v5.15/include/sound/
Dpcm.h396 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member