Home
last modified time | relevance | path

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

/drivers/base/power/
Dmain.c243 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
671 return dev->power.async_suspend && pm_async_enabled in is_async()
1728 static void async_suspend(void *data, async_cookie_t cookie) in async_suspend() function
1744 if (dpm_async_fn(dev, async_suspend)) in device_suspend()
1980 dpm_wait(dev, subordinate->power.async_suspend); in device_pm_wait_for_dev()