Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/power/
H A Dcharger-manager.rst31 * Support for in suspend-to-RAM polling (with suspend_again callback)
44 used as suspend_again callback of platform_suspend_ops. If the platform
46 suspend_again callback that calls cm_suspend_again in the middle.
54 setting wakeup time accordingly and using suspend_again.
60 2. Global Charger-Manager Data related with suspend_again
95 3. How to setup suspend_again
101 If there are no other devices or tasks that want to use suspend_again
103 for its suspend_again callback.
/openbmc/linux/kernel/power/
H A Dsuspend.c326 return state != PM_SUSPEND_TO_IDLE && suspend_ops->suspend_again ? in platform_suspend_again()
327 suspend_ops->suspend_again() : false; in platform_suspend_again()
/openbmc/linux/include/linux/
H A Dsuspend.h188 bool (*suspend_again)(void); member
/openbmc/linux/drivers/power/supply/
H A DKconfig508 with help of suspend_again support.