Home
last modified time | relevance | path

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

/Linux-v5.10/sound/firewire/
Damdtp-stream.h172 wait_queue_head_t callback_wait; member
272 return wait_event_timeout(s->callback_wait, in amdtp_stream_wait_callback()
Damdtp-stream.c100 init_waitqueue_head(&s->callback_wait); in amdtp_stream_init()
1004 wake_up(&s->callback_wait); in amdtp_stream_first_callback()