Home
last modified time | relevance | path

Searched refs:suspend_again (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/power/
Dcharger-manager.txt28 * Support for in suspend-to-RAM polling (with suspend_again callback)
41 used as suspend_again callback of platform_suspend_ops. If the platform
43 suspend_again callback that calls cm_suspend_again in the middle.
51 setting wakeup time accordingly and using suspend_again.
57 2. Global Charger-Manager Data related with suspend_again
94 3. How to setup suspend_again
100 If there are no other devices or tasks that want to use suspend_again
102 for its suspend_again callback.
/linux-4.4.14/kernel/power/
Dsuspend.c236 return state != PM_SUSPEND_FREEZE && suspend_ops->suspend_again ? in platform_suspend_again()
237 suspend_ops->suspend_again() : false; in platform_suspend_again()
/linux-4.4.14/include/linux/
Dsuspend.h185 bool (*suspend_again)(void); member
/linux-4.4.14/drivers/power/
DKconfig362 with help of suspend_again support.