Lines Matching refs:suspend
7 kernel threads are controlled during hibernation or system-wide suspend (on some
16 suspend state as well as before a hibernation image is created (in what follows
17 we only consider hibernation, but the description also applies to suspend).
119 amounts of memory from their .suspend() callbacks before hibernation, but this
148 be frozen before the driver's .suspend() callback is executed and it will be
153 realizing that hibernation (or suspend) operation takes place. Ideally, user
156 from suspend). Unfortunately, in the most general case this is quite difficult
183 hibernation (and suspend) notifiers (in that case, though, we won't be able to
198 A driver must have all firmwares it may need in RAM before suspend() is called.
200 requested early enough using the suspend notifier API described in notifiers.txt.
207 from system-wide sleep such as suspend/hibernation is not encouraged.
208 If possible, that piece of code must instead hook onto the suspend/hibernation
214 that could lead to freezing failures, because if the suspend/hibernate code
223 only after the entire suspend/hibernation sequence is complete.