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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c292 if (runtime->twake) {
293 if (avail >= runtime->twake)
1765 if (avail >= runtime->twake)
1828 runtime->twake = runtime->control->avail_min ? : 1;
1841 runtime->twake = min_t(snd_pcm_uframes_t, size,
1852 runtime->twake = 0;
1891 runtime->twake = 0;
2052 runtime->twake = runtime->control->avail_min ? : 1;
2070 runtime->twake = min_t(snd_pcm_uframes_t, size,
2083 runtime->twake
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h320 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */ member in struct:snd_pcm_runtime

Completed in 110 milliseconds