Searched refs:async_suspend_late (Results 1 – 1 of 1) sorted by relevance
1691 static void async_suspend_late(void *data, async_cookie_t cookie);1778 dpm_async_suspend_superior(dev, async_suspend_late); in device_suspend_late()1781 static void async_suspend_late(void *data, async_cookie_t cookie) in async_suspend_late() function1815 dpm_async_with_cleanup(dev, async_suspend_late); in dpm_suspend_late()1823 if (dpm_async_fn(dev, async_suspend_late)) in dpm_suspend_late()