twake             394 include/sound/pcm.h 	snd_pcm_uframes_t twake; 	/* do transfer (!poll) wakeup if non-zero */
twake             194 sound/core/pcm_lib.c 	if (runtime->twake) {
twake             195 sound/core/pcm_lib.c 		if (avail >= runtime->twake)
twake            1861 sound/core/pcm_lib.c 		if (avail >= runtime->twake)
twake            2165 sound/core/pcm_lib.c 	runtime->twake = runtime->control->avail_min ? : 1;
twake            2196 sound/core/pcm_lib.c 			runtime->twake = min_t(snd_pcm_uframes_t, size,
twake            2243 sound/core/pcm_lib.c 	runtime->twake = 0;