/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A 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()
|
H A D | digi00x-transaction.c | 20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
|
H A D | digi00x.h | 54 wait_queue_head_t hwdep_wait; member
|
H A D | digi00x.c | 123 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
|
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
H A 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()
|
H A D | oxfw.h | 63 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A 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()
|
H A D | motu-transaction.c | 72 wake_up(&motu->hwdep_wait); in handle_message()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A 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() 58 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
|
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A 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()
|
H A D | digi00x-transaction.c | 20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
|
H A D | digi00x.h | 51 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A D | ff-hwdep.c | 35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read() 38 finish_wait(&ff->hwdep_wait, &wait); in hwdep_read() 77 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A 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() 58 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
|
H A D | oxfw.h | 83 wait_queue_head_t hwdep_wait; member
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu-hwdep.c | 37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read() 40 finish_wait(&motu->hwdep_wait, &wait); in hwdep_read() 105 poll_wait(file, &motu->hwdep_wait, wait); in hwdep_poll()
|
H A D | motu-transaction.c | 72 wake_up(&motu->hwdep_wait); in handle_message()
|