Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/ !
Dinit.c329 init_waitqueue_head(&card->remove_sleep); in snd_card_init()
577 wait_event_lock_irq(card->remove_sleep, in snd_card_disconnect_sync()
1126 wake_up_all(&card->remove_sleep); in snd_card_file_remove()
/linux-6.1.9/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()
948 init_waitqueue_head(&codec->remove_sleep); in snd_hda_codec_device_init()
/linux-6.1.9/include/sound/ !
Dcore.h129 wait_queue_head_t remove_sleep; member
Dhda_codec.h194 wait_queue_head_t remove_sleep; member