Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/hiface/
Dpcm.c65 bool stream_wait_cond; member
235 wait_event_timeout(rt->stream_wait_queue, rt->stream_wait_cond, in hiface_pcm_stream_start()
237 if (rt->stream_wait_cond) { in hiface_pcm_stream_start()
328 rt->stream_wait_cond = true; in hiface_pcm_out_urb_handler()
/Linux-v4.19/sound/usb/6fire/
Dpcm.h69 bool stream_wait_cond; member
Dpcm.c164 rt->stream_wait_cond = false; in usb6fire_pcm_stream_start()
183 wait_event_timeout(rt->stream_wait_queue, rt->stream_wait_cond, in usb6fire_pcm_stream_start()
185 if (rt->stream_wait_cond) in usb6fire_pcm_stream_start()
385 rt->stream_wait_cond = true; in usb6fire_pcm_out_urb_handler()