Searched refs:hwdep_wait (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
32 finish_wait(&dg00x->hwdep_wait, &wait);
68 poll_wait(file, &dg00x->hwdep_wait, wait);
H A Ddigi00x-transaction.c20 wake_up(&dg00x->hwdep_wait);
H A Ddigi00x.h51 wait_queue_head_t hwdep_wait; member in struct:snd_dg00x
H A Ddigi00x.c73 init_waitqueue_head(&dg00x->hwdep_wait);
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
31 finish_wait(&oxfw->hwdep_wait, &wait);
58 poll_wait(file, &oxfw->hwdep_wait, wait);
H A Doxfw.h88 wait_queue_head_t hwdep_wait; member in struct:snd_oxfw
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
24 finish_wait(&dice->hwdep_wait, &wait);
60 poll_wait(file, &dice->hwdep_wait, wait);
H A Ddice.h101 wait_queue_head_t hwdep_wait; member in struct:snd_dice
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
32 finish_wait(&bebob->hwdep_wait, &wait);
58 poll_wait(file, &bebob->hwdep_wait, wait);
H A Dbebob.h113 wait_queue_head_t hwdep_wait; member in struct:snd_bebob
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
38 finish_wait(&ff->hwdep_wait, &wait);
77 poll_wait(file, &ff->hwdep_wait, wait);
H A Dff.h97 wait_queue_head_t hwdep_wait; member in struct:snd_ff
H A Dff-stream.c251 wake_up(&ff->hwdep_wait);
H A Dff.c70 init_waitqueue_head(&ff->hwdep_wait);
/linux-master/sound/firewire/tascam/
H A Dtascam-hwdep.c107 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
110 finish_wait(&tscm->hwdep_wait, &wait);
135 poll_wait(file, &tscm->hwdep_wait, wait);
H A Dtascam.h83 wait_queue_head_t hwdep_wait; member in struct:snd_tscm
H A Dtascam.c117 init_waitqueue_head(&tscm->hwdep_wait);
H A Damdtp-tascam.c170 wake_up(&tscm->hwdep_wait);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_hwdep.c136 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
139 finish_wait(&efw->hwdep_wait, &wait);
193 poll_wait(file, &efw->hwdep_wait, wait);
H A Dfireworks_transaction.c157 wake_up(&efw->hwdep_wait);
H A Dfireworks.h101 wait_queue_head_t hwdep_wait; member in struct:snd_efw
/linux-master/sound/firewire/motu/
H A Dmotu-hwdep.c37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
40 finish_wait(&motu->hwdep_wait, &wait);
105 poll_wait(file, &motu->hwdep_wait, wait);
H A Dmotu-transaction.c72 wake_up(&motu->hwdep_wait);
H A Dmotu.h76 wait_queue_head_t hwdep_wait; member in struct:snd_motu
H A Dmotu.c84 init_waitqueue_head(&motu->hwdep_wait);

Completed in 193 milliseconds

12