Searched refs:async_suspend_late (Results 1 – 1 of 1) sorted by relevance
1589 static void async_suspend_late(void *data, async_cookie_t cookie);1671 dpm_async_suspend_superior(dev, async_suspend_late); in device_suspend_late()1674 static void async_suspend_late(void *data, async_cookie_t cookie) in async_suspend_late() function1708 dpm_async_with_cleanup(dev, async_suspend_late); in dpm_suspend_late()1716 if (dpm_async_fn(dev, async_suspend_late)) in dpm_suspend_late()