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

/linux-master/include/linux/
H A Ddevice.h947 dev->power.async_suspend = true;
953 dev->power.async_suspend = false;
958 return !!dev->power.async_suspend;
H A Dpm.h666 bool async_suspend:1; member in struct:dev_pm_info
/linux-master/drivers/base/power/
H A Dmain.c233 * @async: If unset, wait only if the device's power.async_suspend flag is set.
240 if (async || (pm_async_enabled && dev->power.async_suspend))
582 return dev->power.async_suspend && pm_async_enabled
1708 static void async_suspend(void *data, async_cookie_t cookie) function
1741 if (dpm_async_fn(dev, async_suspend))
1941 dpm_wait(dev, subordinate->power.async_suspend);

Completed in 141 milliseconds