Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/firewire/tascam/
Dtascam-hwdep.c31 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
34 finish_wait(&tscm->hwdep_wait, &wait); in hwdep_read()
59 poll_wait(file, &tscm->hwdep_wait, wait); in hwdep_poll()
Dtascam.h84 wait_queue_head_t hwdep_wait; member
Dtascam.c177 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_hwdep.c30 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
33 finish_wait(&bebob->hwdep_wait, &wait); in hwdep_read()
62 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
Dbebob.h114 wait_queue_head_t hwdep_wait; member
/Linux-v4.19/sound/firewire/fireface/
Dff-hwdep.c29 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
32 finish_wait(&ff->hwdep_wait, &wait); in hwdep_read()
61 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
Dff.h86 wait_queue_head_t hwdep_wait; member
Dff.c115 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
Dff-stream.c248 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
/Linux-v4.19/sound/firewire/motu/
Dmotu-hwdep.c30 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
33 finish_wait(&motu->hwdep_wait, &wait); in hwdep_read()
68 poll_wait(file, &motu->hwdep_wait, wait); in hwdep_poll()
Dmotu.h73 wait_queue_head_t hwdep_wait; member
Dmotu-transaction.c73 wake_up(&motu->hwdep_wait); in handle_message()
Dmotu.c156 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-hwdep.c29 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
32 finish_wait(&oxfw->hwdep_wait, &wait); in hwdep_read()
61 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
Doxfw.h63 wait_queue_head_t hwdep_wait; member
/Linux-v4.19/sound/firewire/dice/
Ddice-hwdep.c22 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
25 finish_wait(&dice->hwdep_wait, &wait); in hwdep_read()
61 poll_wait(file, &dice->hwdep_wait, wait); in hwdep_poll()
Ddice.h106 wait_queue_head_t hwdep_wait; member
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-hwdep.c30 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
33 finish_wait(&dg00x->hwdep_wait, &wait); in hwdep_read()
69 poll_wait(file, &dg00x->hwdep_wait, wait); in hwdep_poll()
Ddigi00x-transaction.c21 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
Ddigi00x.h55 wait_queue_head_t hwdep_wait; member
Ddigi00x.c132 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
/Linux-v4.19/sound/firewire/fireworks/
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()
Dfireworks.h106 wait_queue_head_t hwdep_wait; member
Dfireworks_stream.c285 wake_up(&efw->hwdep_wait); in snd_efw_stream_lock_changed()
Dfireworks_transaction.c158 wake_up(&efw->hwdep_wait); in copy_resp_to_buf()

12