Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/firewire/oxfw/
Doxfw-hwdep.c28 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()
Doxfw.h63 wait_queue_head_t hwdep_wait; member
/kernel/linux/linux-5.10/sound/firewire/fireface/
Dff-hwdep.c28 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()
Dff.h100 wait_queue_head_t hwdep_wait; member
Dff.c112 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
Dff-stream.c250 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
Ddigi00x-hwdep.c29 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()
Ddigi00x-transaction.c20 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
Ddigi00x.h54 wait_queue_head_t hwdep_wait; member
Ddigi00x.c123 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
/kernel/linux/linux-5.10/sound/firewire/dice/
Ddice-hwdep.c21 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()
Ddice.h105 wait_queue_head_t hwdep_wait; member
/kernel/linux/linux-5.10/sound/firewire/motu/
Dmotu-hwdep.c29 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()
Dmotu-transaction.c72 wake_up(&motu->hwdep_wait); in handle_message()
Dmotu.h70 wait_queue_head_t hwdep_wait; member
Dmotu.c134 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
Dmotu-protocol-v3.c88 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate()
/kernel/linux/linux-5.10/sound/firewire/bebob/
Dbebob_hwdep.c29 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()
Dbebob.h111 wait_queue_head_t hwdep_wait; member
/kernel/linux/linux-5.10/sound/firewire/tascam/
Dtascam-hwdep.c107 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()
Dtascam.h85 wait_queue_head_t hwdep_wait; member
Dtascam.c160 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
Damdtp-tascam.c170 wake_up(&tscm->hwdep_wait); in read_status_messages()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_hwdep.c135 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()
Dfireworks.h104 wait_queue_head_t hwdep_wait; member

12