Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h710 dev->power.async_suspend = true; in device_enable_async_suspend()
716 dev->power.async_suspend = false; in device_disable_async_suspend()
721 return !!dev->power.async_suspend; in device_async_suspend_enabled()
H A Dpm.h571 unsigned int async_suspend:1; member
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c245 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
667 return dev->power.async_suspend && pm_async_enabled in is_async()
1721 static void async_suspend(void *data, async_cookie_t cookie) in async_suspend() function
1737 if (dpm_async_fn(dev, async_suspend)) in device_suspend()
1964 dpm_wait(dev, subordinate->power.async_suspend); in device_pm_wait_for_dev()