Searched refs:hibernation_in_progress (Results 1 – 3 of 3) sorted by relevance
79 extern bool hibernation_in_progress(void);86 static inline bool hibernation_in_progress(void) { return false; } in hibernation_in_progress() function
104 bool hibernation_in_progress(void) in hibernation_in_progress() function
640 return pm_suspend_in_progress() || hibernation_in_progress(); in pm_sleep_transition_in_progress()