Searched refs:hwdep_wait (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_hwdep.c | 30 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()
|
D | bebob.h | 108 wait_queue_head_t hwdep_wait; member
|
D | bebob.c | 223 init_waitqueue_head(&bebob->hwdep_wait); in bebob_probe()
|
D | bebob_stream.c | 988 wake_up(&bebob->hwdep_wait); in snd_bebob_stream_lock_changed()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-hwdep.c | 22 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()
|
D | dice.h | 68 wait_queue_head_t hwdep_wait; member
|
D | dice.c | 269 init_waitqueue_head(&dice->hwdep_wait); in dice_probe()
|
D | dice-stream.c | 380 wake_up(&dice->hwdep_wait); in dice_lock_changed()
|
D | dice-transaction.c | 230 wake_up(&dice->hwdep_wait); in dice_notification()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 29 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()
|
D | oxfw.h | 73 wait_queue_head_t hwdep_wait; member
|
D | oxfw.c | 154 init_waitqueue_head(&oxfw->hwdep_wait); in oxfw_probe()
|
D | oxfw-stream.c | 655 wake_up(&oxfw->hwdep_wait); in snd_oxfw_stream_lock_changed()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 105 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()
|
D | fireworks.h | 103 wait_queue_head_t hwdep_wait; member
|
D | fireworks_transaction.c | 159 wake_up(&efw->hwdep_wait); in copy_resp_to_buf()
|
D | fireworks_stream.c | 343 wake_up(&efw->hwdep_wait); in snd_efw_stream_lock_changed()
|
D | fireworks.c | 235 init_waitqueue_head(&efw->hwdep_wait); in efw_probe()
|