Searched refs:suspend_again (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/power/
H A Dsuspend.c326 return state != PM_SUSPEND_TO_IDLE && suspend_ops->suspend_again ?
327 suspend_ops->suspend_again() : false;
/linux-master/include/linux/
H A Dsuspend.h101 * @suspend_again: Returns whether the system should suspend again (true) or
104 * suspend_again callback is the place assuming that periodic-wakeup or
129 bool (*suspend_again)(void); member in struct:platform_suspend_ops

Completed in 129 milliseconds