Searched refs:stream_wait_cond (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/usb/6fire/
H A Dpcm.h65 bool stream_wait_cond; member in struct:pcm_runtime
H A Dpcm.c160 rt->stream_wait_cond = false;
179 wait_event_timeout(rt->stream_wait_queue, rt->stream_wait_cond,
181 if (rt->stream_wait_cond)
381 rt->stream_wait_cond = true;
/linux-master/sound/usb/hiface/
H A Dpcm.c61 bool stream_wait_cond; member in struct:pcm_runtime
229 wait_event_timeout(rt->stream_wait_queue, rt->stream_wait_cond,
231 if (rt->stream_wait_cond) {
322 rt->stream_wait_cond = true;

Completed in 158 milliseconds