Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 13 of 13) sorted by relevance

/sound/core/
Dcompress_offload.c127 init_waitqueue_head(&runtime->sleep); in snd_compr_open()
416 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll()
808 wake_up(&stream->runtime->sleep); in error_delayed_work()
859 ret = wait_event_interruptible(stream->runtime->sleep, in snd_compress_wait_for_drain()
867 wake_up(&stream->runtime->sleep); in snd_compress_wait_for_drain()
892 wake_up(&stream->runtime->sleep); in snd_compr_drain()
953 wake_up(&stream->runtime->sleep); in snd_compr_partial_drain()
Drawmidi.c153 init_waitqueue_head(&runtime->sleep); in snd_rawmidi_runtime_create()
232 timeout = wait_event_interruptible_timeout(runtime->sleep, in snd_rawmidi_drain_output()
1122 wake_up(&runtime->sleep); in snd_rawmidi_receive()
1208 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1212 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1360 wake_up(&runtime->sleep); in __snd_rawmidi_transmit_ack()
1539 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1543 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1571 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1575 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
[all …]
Dpcm_native.c1516 wake_up(&runtime->sleep); in snd_pcm_post_stop()
1635 wake_up(&runtime->sleep); in snd_pcm_post_pause()
1707 wake_up(&runtime->sleep); in snd_pcm_post_suspend()
2150 add_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()
2168 remove_wait_queue(&to_check->sleep, &wait); in snd_pcm_drain()
3579 poll_wait(file, &runtime->sleep, wait); in snd_pcm_poll()
Dpcm.c969 init_waitqueue_head(&runtime->sleep); in snd_pcm_attach_substream()
1114 wake_up(&substream->runtime->sleep); in snd_pcm_dev_disconnect()
Dpcm_lib.c203 wake_up(&runtime->sleep); in snd_pcm_update_state()
/sound/usb/usx2y/
Dusb_stream.h27 wait_queue_head_t sleep; member
Dus122l.c244 poll_wait(file, &us122l->sk.sleep, wait); in usb_stream_hwdep_poll()
411 wake_up_all(&us122l->sk.sleep); in usb_stream_hwdep_ioctl()
520 init_waitqueue_head(&US122L(card)->sk.sleep); in usx2y_create_card()
Dusb_stream.c507 wake_up_all(&sk->sleep); in stream_idle()
511 wake_up_all(&sk->sleep); in stream_idle()
/sound/isa/gus/
Dgus_pcm.c44 wait_queue_head_t sleep; member
55 wake_up(&pcmp->sleep); in snd_gf1_pcm_block_change_ack()
685 init_waitqueue_head(&pcmp->sleep); in snd_gf1_pcm_playback_open()
713 if (!wait_event_timeout(pcmp->sleep, (atomic_read(&pcmp->dma_count) <= 0), 2*HZ)) in snd_gf1_pcm_playback_close()
/sound/soc/codecs/
Dtlv320aic31xx.c361 unsigned int mask, unsigned int wbits, int sleep, in aic31xx_wait_bits() argument
369 usleep_range(sleep, sleep * 2); in aic31xx_wait_bits()
377 (count - counter) * sleep); in aic31xx_wait_bits()
/sound/i2c/other/
Dak4117.c510 wake_up(&runtime->sleep); in snd_ak4117_check_rate_and_errors()
Dak4113.c606 wake_up(&runtime->sleep); in snd_ak4113_check_rate_and_errors()
/sound/core/oss/
Dpcm_oss.c1614 add_wait_queue(&runtime->sleep, &wait); in snd_pcm_oss_sync1()
1648 remove_wait_queue(&runtime->sleep, &wait); in snd_pcm_oss_sync1()
2853 poll_wait(file, &runtime->sleep, wait); in snd_pcm_oss_poll()
2864 poll_wait(file, &runtime->sleep, wait); in snd_pcm_oss_poll()