Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H 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()
H A Ddigi00x-transaction.c20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
H A Ddigi00x.h54 wait_queue_head_t hwdep_wait; member
H A Ddigi00x.c123 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-hwdep.c29 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
32 finish_wait(&motu->hwdep_wait, &wait); in hwdep_read()
67 poll_wait(file, &motu->hwdep_wait, wait); in hwdep_poll()
H A Dmotu-transaction.c72 wake_up(&motu->hwdep_wait); in handle_message()
H A Dmotu.h70 wait_queue_head_t hwdep_wait; member
H A Dmotu.c134 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
H A Dmotu-protocol-v3.c88 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H 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()
60 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
H A Dbebob.h111 wait_queue_head_t hwdep_wait; member
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H 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()
60 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
H A Doxfw.h63 wait_queue_head_t hwdep_wait; member
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H 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()
H A Ddice.h105 wait_queue_head_t hwdep_wait; member
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H 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()
60 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
H A Dff.h100 wait_queue_head_t hwdep_wait; member
H A Dff.c112 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
H A Dff-stream.c250 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H 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()
H A Dtascam.h85 wait_queue_head_t hwdep_wait; member
H A Dtascam.c160 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
H A Damdtp-tascam.c170 wake_up(&tscm->hwdep_wait); in read_status_messages()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_hwdep.c136 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
139 finish_wait(&efw->hwdep_wait, &wait); in hwdep_read()
193 poll_wait(file, &efw->hwdep_wait, wait); in hwdep_poll()
H A Dfireworks.h104 wait_queue_head_t hwdep_wait; member

12