Home
last modified time | relevance | path

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

12

/linux-6.12.1/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.h101 wait_queue_head_t hwdep_wait; member
/linux-6.12.1/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()
58 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
Dbebob.h113 wait_queue_head_t hwdep_wait; member
/linux-6.12.1/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.h51 wait_queue_head_t hwdep_wait; member
Ddigi00x.c73 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
/linux-6.12.1/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()
58 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
Doxfw.h88 wait_queue_head_t hwdep_wait; member
/linux-6.12.1/sound/firewire/fireface/
Dff-hwdep.c35 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()
Dff.h97 wait_queue_head_t hwdep_wait; member
Dff.c70 init_waitqueue_head(&ff->hwdep_wait); in snd_ff_probe()
Dff-stream.c251 wake_up(&ff->hwdep_wait); in snd_ff_stream_lock_changed()
/linux-6.12.1/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.h83 wait_queue_head_t hwdep_wait; member
Dtascam.c117 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
Damdtp-tascam.c170 wake_up(&tscm->hwdep_wait); in read_status_messages()
/linux-6.12.1/sound/firewire/motu/
Dmotu-hwdep.c37 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()
Dmotu-transaction.c72 wake_up(&motu->hwdep_wait); in handle_message()
Dmotu.c84 init_waitqueue_head(&motu->hwdep_wait); in motu_probe()
Dmotu.h76 wait_queue_head_t hwdep_wait; member
Dmotu-protocol-v3.c95 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate()
/linux-6.12.1/sound/firewire/fireworks/
Dfireworks_hwdep.c136 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()
Dfireworks.h101 wait_queue_head_t hwdep_wait; member

12