Home
last modified time | relevance | path

Searched refs:hwdep_wait (Results 1 – 25 of 39) sorted by relevance

12

/linux/sound/firewire/bebob/
A Dbebob_hwdep.c29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
32 finish_wait(&bebob->hwdep_wait, &wait); in hwdep_read()
58 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
A Dbebob.h113 wait_queue_head_t hwdep_wait; member
/linux/sound/firewire/oxfw/
A Doxfw-hwdep.c28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
31 finish_wait(&oxfw->hwdep_wait, &wait); in hwdep_read()
58 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
A Doxfw.h83 wait_queue_head_t hwdep_wait; member
/linux/sound/firewire/dice/
A Ddice-hwdep.c21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
24 finish_wait(&dice->hwdep_wait, &wait); in hwdep_read()
60 poll_wait(file, &dice->hwdep_wait, wait); in hwdep_poll()
A Ddice.h101 wait_queue_head_t hwdep_wait; member
/linux/sound/firewire/digi00x/
A Ddigi00x-hwdep.c29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
32 finish_wait(&dg00x->hwdep_wait, &wait); in hwdep_read()
68 poll_wait(file, &dg00x->hwdep_wait, wait); in hwdep_poll()
A Ddigi00x-transaction.c20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
A Ddigi00x.h51 wait_queue_head_t hwdep_wait; member
A Ddigi00x.c73 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
/linux/sound/firewire/fireface/
A Dff-hwdep.c28 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
31 finish_wait(&ff->hwdep_wait, &wait); in hwdep_read()
58 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
A Dff.h97 wait_queue_head_t hwdep_wait; member
A Dff.c68 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
A Dff-stream.c251 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
/linux/sound/firewire/tascam/
A Dtascam-hwdep.c107 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
110 finish_wait(&tscm->hwdep_wait, &wait); in hwdep_read()
135 poll_wait(file, &tscm->hwdep_wait, wait); in hwdep_poll()
A Dtascam.h83 wait_queue_head_t hwdep_wait; member
A Dtascam.c117 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
A Damdtp-tascam.c170 wake_up(&tscm->hwdep_wait); in read_status_messages()
/linux/sound/firewire/motu/
A Dmotu-hwdep.c37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
40 finish_wait(&motu->hwdep_wait, &wait); in hwdep_read()
101 poll_wait(file, &motu->hwdep_wait, wait); in hwdep_poll()
A Dmotu-transaction.c72 wake_up(&motu->hwdep_wait); in handle_message()
A Dmotu.c84 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
A Dmotu-protocol-v3.c95 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate()
A Dmotu.h76 wait_queue_head_t hwdep_wait; member
/linux/sound/firewire/fireworks/
A Dfireworks_hwdep.c135 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
138 finish_wait(&efw->hwdep_wait, &wait); in hwdep_read()
192 poll_wait(file, &efw->hwdep_wait, wait); in hwdep_poll()
A Dfireworks.h101 wait_queue_head_t hwdep_wait; member

Completed in 27 milliseconds

12