Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_lib.c227 if (runtime->twake) { in snd_pcm_update_state()
228 if (avail >= runtime->twake) in snd_pcm_update_state()
1943 if (avail >= runtime->twake) in wait_for_avail()
2042 runtime->twake = runtime->control->avail_min ? : 1; in snd_pcm_lib_write1()
2054 runtime->twake = min_t(snd_pcm_uframes_t, size, in snd_pcm_lib_write1()
2065 runtime->twake = 0; in snd_pcm_lib_write1()
2105 runtime->twake = 0; in snd_pcm_lib_write1()
2267 runtime->twake = runtime->control->avail_min ? : 1; in snd_pcm_lib_read1()
2284 runtime->twake = min_t(snd_pcm_uframes_t, size, in snd_pcm_lib_read1()
2297 runtime->twake = 0; in snd_pcm_lib_read1()
[all …]
/linux-4.4.14/include/sound/
Dpcm.h392 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member