/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-hwdep.c | 31 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()
|
D | tascam.h | 84 wait_queue_head_t hwdep_wait; member
|
D | tascam.c | 177 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_hwdep.c | 30 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()
|
D | bebob.h | 114 wait_queue_head_t hwdep_wait; member
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-hwdep.c | 29 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()
|
D | ff.h | 86 wait_queue_head_t hwdep_wait; member
|
D | ff.c | 115 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
|
D | ff-stream.c | 248 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-hwdep.c | 30 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()
|
D | motu.h | 73 wait_queue_head_t hwdep_wait; member
|
D | motu-transaction.c | 73 wake_up(&motu->hwdep_wait); in handle_message()
|
D | motu.c | 156 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 29 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()
|
D | oxfw.h | 63 wait_queue_head_t hwdep_wait; member
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-hwdep.c | 22 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()
|
D | dice.h | 106 wait_queue_head_t hwdep_wait; member
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 30 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()
|
D | digi00x-transaction.c | 21 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
|
D | digi00x.h | 55 wait_queue_head_t hwdep_wait; member
|
D | digi00x.c | 132 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 136 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()
|
D | fireworks.h | 106 wait_queue_head_t hwdep_wait; member
|
D | fireworks_stream.c | 285 wake_up(&efw->hwdep_wait); in snd_efw_stream_lock_changed()
|
D | fireworks_transaction.c | 158 wake_up(&efw->hwdep_wait); in copy_resp_to_buf()
|