Searched refs:async_resume_early (Results 1 – 1 of 1) sorted by relevance
959 static void async_resume_early(void *data, async_cookie_t cookie);1032 dpm_async_resume_subordinate(dev, async_resume_early); in device_resume_early()1035 static void async_resume_early(void *data, async_cookie_t cookie) in async_resume_early() function1066 dpm_async_with_cleanup(dev, async_resume_early); in dpm_resume_early()1073 if (!dpm_async_fn(dev, async_resume_early)) { in dpm_resume_early()