Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dmain.c263 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
696 return dev->power.async_suspend && pm_async_enabled in is_async()
1932 static void async_suspend(void *data, async_cookie_t cookie);
2067 dpm_async_suspend_superior(dev, async_suspend); in device_suspend()
2070 static void async_suspend(void *data, async_cookie_t cookie) in async_suspend() function
2106 dpm_async_with_cleanup(dev, async_suspend); in dpm_suspend()
2114 if (dpm_async_fn(dev, async_suspend)) in dpm_suspend()
2381 dpm_wait(dev, subordinate->power.async_suspend); in device_pm_wait_for_dev()
/linux/include/linux/
H A Ddevice.h1022 dev->power.async_suspend = true; in device_enable_async_suspend()
1028 dev->power.async_suspend = false; in device_disable_async_suspend()
1033 return !!dev->power.async_suspend; in device_async_suspend_enabled()