Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/oxfw/
Doxfw-hwdep.c29 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()
Doxfw.h74 wait_queue_head_t hwdep_wait; member
Doxfw.c191 init_waitqueue_head(&oxfw->hwdep_wait); in oxfw_probe()
Doxfw-stream.c697 wake_up(&oxfw->hwdep_wait); in snd_oxfw_stream_lock_changed()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-hwdep.c30 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()
Ddigi00x.h51 wait_queue_head_t hwdep_wait; member
Ddigi00x-transaction.c55 wake_up(&dg00x->hwdep_wait); in handle_unknown_message()
Ddigi00x.c76 init_waitqueue_head(&dg00x->hwdep_wait); in snd_dg00x_probe()
Ddigi00x-stream.c388 wake_up(&dg00x->hwdep_wait); in snd_dg00x_stream_lock_changed()
/linux-4.4.14/sound/firewire/dice/
Ddice-hwdep.c22 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()
Ddice.h68 wait_queue_head_t hwdep_wait; member
Ddice.c274 init_waitqueue_head(&dice->hwdep_wait); in dice_probe()
Ddice-stream.c384 wake_up(&dice->hwdep_wait); in dice_lock_changed()
Ddice-transaction.c230 wake_up(&dice->hwdep_wait); in dice_notification()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_hwdep.c30 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()
Dbebob.h112 wait_queue_head_t hwdep_wait; member
Dbebob.c233 init_waitqueue_head(&bebob->hwdep_wait); in bebob_probe()
Dbebob_stream.c1070 wake_up(&bebob->hwdep_wait); in snd_bebob_stream_lock_changed()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-hwdep.c48 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
51 finish_wait(&tscm->hwdep_wait, &wait); in hwdep_read()
70 poll_wait(file, &tscm->hwdep_wait, wait); in hwdep_poll()
Dtascam.h65 wait_queue_head_t hwdep_wait; member
Dtascam.c115 init_waitqueue_head(&tscm->hwdep_wait); in snd_tscm_probe()
Dtascam-stream.c462 wake_up(&tscm->hwdep_wait); in snd_tscm_stream_lock_changed()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_hwdep.c105 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
108 finish_wait(&efw->hwdep_wait, &wait); in hwdep_read()
160 poll_wait(file, &efw->hwdep_wait, wait); in hwdep_poll()
Dfireworks.h103 wait_queue_head_t hwdep_wait; member
Dfireworks_transaction.c159 wake_up(&efw->hwdep_wait); in copy_resp_to_buf()
Dfireworks_stream.c345 wake_up(&efw->hwdep_wait); in snd_efw_stream_lock_changed()
Dfireworks.c235 init_waitqueue_head(&efw->hwdep_wait); in efw_probe()