Home
last modified time | relevance | path

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

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