Searched refs:async_suspend (Results 1 – 3 of 3) sorted by relevance
255 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()611 return dev->power.async_suspend && pm_async_enabled in is_async()1825 static void async_suspend(void *data, async_cookie_t cookie);1960 dpm_async_suspend_superior(dev, async_suspend); in device_suspend()1963 static void async_suspend(void *data, async_cookie_t cookie) in async_suspend() function1999 dpm_async_with_cleanup(dev, async_suspend); in dpm_suspend()2007 if (dpm_async_fn(dev, async_suspend)) in dpm_suspend()2270 dpm_wait(dev, subordinate->power.async_suspend); in device_pm_wait_for_dev()
832 dev->power.async_suspend = true; in device_enable_async_suspend()838 dev->power.async_suspend = false; in device_disable_async_suspend()843 return !!dev->power.async_suspend; in device_async_suspend_enabled()
665 bool async_suspend:1; member