Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dinit.c334 init_waitqueue_head(&card->remove_sleep); in snd_card_init()
573 wait_event_lock_irq(card->remove_sleep, in snd_card_disconnect_sync()
1119 wake_up_all(&card->remove_sleep); in snd_card_file_remove()
/Linux-v6.6/sound/pci/hda/
Dhda_bind.c163 wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref)); in hda_codec_driver_remove()
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()
/Linux-v6.6/include/sound/
Dcore.h129 wait_queue_head_t remove_sleep; member
Dhda_codec.h191 wait_queue_head_t remove_sleep; member