Home
last modified time | relevance | path

Searched refs:remove_sleep (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/core/
H A Dinit.c334 init_waitqueue_head(&card->remove_sleep); in snd_card_init()
585 wait_event_lock_irq(card->remove_sleep, in snd_card_disconnect_sync()
1133 wake_up_all(&card->remove_sleep); in snd_card_file_remove()
/openbmc/linux/sound/pci/hda/
H A Dhda_bind.c163 wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref)); in hda_codec_driver_remove()
H A Dhda_codec.c709 wake_up(&pcm->codec->remove_sleep); in snd_hda_codec_pcm_put()
946 init_waitqueue_head(&codec->remove_sleep); in snd_hda_codec_device_init()
/openbmc/linux/include/sound/
H A Dcore.h129 wait_queue_head_t remove_sleep; member
H A Dhda_codec.h191 wait_queue_head_t remove_sleep; member