/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 28 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()
|
D | oxfw.h | 63 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
D | ff-hwdep.c | 28 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()
|
D | ff.h | 100 wait_queue_head_t hwdep_wait; member
|
D | ff.c | 112 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
|
D | ff-stream.c | 250 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 29 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()
|
D | digi00x-transaction.c | 20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
|
D | digi00x.h | 54 wait_queue_head_t hwdep_wait; member
|
D | digi00x.c | 123 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
|
/kernel/linux/linux-5.10/sound/firewire/dice/ |
D | dice-hwdep.c | 21 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()
|
D | dice.h | 105 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
D | motu-hwdep.c | 29 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()
|
D | motu-transaction.c | 72 wake_up(&motu->hwdep_wait); in handle_message()
|
D | motu.h | 70 wait_queue_head_t hwdep_wait; member
|
D | motu.c | 134 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
|
D | motu-protocol-v3.c | 88 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
D | bebob_hwdep.c | 29 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()
|
D | bebob.h | 111 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
D | tascam-hwdep.c | 107 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()
|
D | tascam.h | 85 wait_queue_head_t hwdep_wait; member
|
D | tascam.c | 160 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
|
D | amdtp-tascam.c | 170 wake_up(&tscm->hwdep_wait); in read_status_messages()
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 135 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()
|
D | fireworks.h | 104 wait_queue_head_t hwdep_wait; member
|