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