Home
last modified time | relevance | path

Searched refs:twake (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_lib.c199 if (runtime->twake) { in snd_pcm_update_state()
200 if (avail >= runtime->twake) in snd_pcm_update_state()
1871 if (avail >= runtime->twake) in wait_for_avail()
2175 runtime->twake = runtime->control->avail_min ? : 1; in __snd_pcm_lib_xfer()
2206 runtime->twake = min_t(snd_pcm_uframes_t, size, in __snd_pcm_lib_xfer()
2258 runtime->twake = 0; in __snd_pcm_lib_xfer()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_lib.c225 if (runtime->twake) { in snd_pcm_update_state()
226 if (avail >= runtime->twake) in snd_pcm_update_state()
1930 if (avail >= runtime->twake) in wait_for_avail()
2260 runtime->twake = runtime->control->avail_min ? : 1; in __snd_pcm_lib_xfer()
2291 runtime->twake = min_t(snd_pcm_uframes_t, size, in __snd_pcm_lib_xfer()
2347 runtime->twake = 0; in __snd_pcm_lib_xfer()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h396 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h399 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member

Completed in 13 milliseconds