Searched refs:wake_cmpl (Results 1 – 3 of 3) sorted by relevance
464 init_completion(&dev->pm.wake_cmpl); in mt7615_init_device()
319 struct completion wake_cmpl; member
1888 complete_all(&dev->pm.wake_cmpl); in mt7615_pm_wake_work()1909 reinit_completion(&dev->pm.wake_cmpl); in mt7615_pm_wake()1911 if (!wait_for_completion_timeout(&dev->pm.wake_cmpl, 3 * HZ)) { in mt7615_pm_wake()