Home
last modified time | relevance | path

Searched refs:reset_wait (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/mic/host/
Dmic_boot.c100 reinit_completion(&mdev->reset_wait); in mic_reset()
116 complete_all(&mdev->reset_wait); in mic_reset()
334 rc = wait_for_completion_timeout(&mdev->reset_wait, in mic_prepare_suspend()
351 rc = wait_for_completion_timeout(&mdev->reset_wait, in mic_prepare_suspend()
Dmic_device.h121 struct completion reset_wait; member
Dmic_main.c248 init_completion(&mdev->reset_wait); in mic_device_init()