Lines Matching full:suspend
5 Suspend/Hibernation Notifiers
14 before hibernation/suspend or after restore/resume, but they require the system
15 to be fully functional, so the drivers' and subsystems' ``->suspend()`` and
24 ``->resume()`` routine. A suspend/hibernation notifier may be used for that.
26 Subsystems or drivers having such needs can register suspend notifiers that
50 The system is preparing for suspend.
53 The system has just resumed or an error occurred during suspend. Device
66 The hibernation and suspend notifiers are called with :c:data:`pm_mutex` held.
70 To register and/or unregister a suspend notifier use
72 respectively (both defined in :file:`include/linux/suspend.h`). If you don't
74 macro defined in :file:`include/linux/suspend.h`.