Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
A Dpcm_lib.c200 if (runtime->twake) { in snd_pcm_update_state()
201 if (avail >= runtime->twake) in snd_pcm_update_state()
1906 if (avail >= runtime->twake) in wait_for_avail()
2227 runtime->twake = runtime->control->avail_min ? : 1; in __snd_pcm_lib_xfer()
2258 runtime->twake = min_t(snd_pcm_uframes_t, size, in __snd_pcm_lib_xfer()
2314 runtime->twake = 0; in __snd_pcm_lib_xfer()
/linux-6.3-rc2/include/sound/
A Dpcm.h401 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member

Completed in 11 milliseconds