Searched refs:suspend_again (Results 1 – 4 of 4) sorted by relevance
31 * Support for in suspend-to-RAM polling (with suspend_again callback)44 used as suspend_again callback of platform_suspend_ops. If the platform46 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_again95 3. How to setup suspend_again101 If there are no other devices or tasks that want to use suspend_again103 for its suspend_again callback.
319 return state != PM_SUSPEND_TO_IDLE && suspend_ops->suspend_again ? in platform_suspend_again()320 suspend_ops->suspend_again() : false; in platform_suspend_again()
185 bool (*suspend_again)(void); member
527 with help of suspend_again support.