Home
last modified time | relevance | path

Searched refs:callback_wait (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/firewire/
Damdtp-stream.h139 wait_queue_head_t callback_wait; member
253 return wait_event_timeout(s->callback_wait, in amdtp_stream_wait_callback()
Damdtp-stream.c88 init_waitqueue_head(&s->callback_wait); in amdtp_stream_init()
668 wake_up(&s->callback_wait); in amdtp_stream_first_callback()