Home
last modified time | relevance | path

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

/include/linux/
Ddevice.h865 dev->power.async_suspend = true; in device_enable_async_suspend()
871 dev->power.async_suspend = false; in device_disable_async_suspend()
876 return !!dev->power.async_suspend; in device_async_suspend_enabled()
Dpm.h669 bool async_suspend:1; member