Lines Matching +full:wakeup +full:- +full:method
15 labels, which may be "mem" (suspend), "standby" (power-on
16 suspend), "freeze" (suspend-to-idle) and "disk" (hibernation).
21 See Documentation/admin-guide/pm/sleep-states.rst for more
39 See Documentation/admin-guide/pm/sleep-states.rst for more
47 suspend-to-disk mechanism. Reading from this file returns
48 the name of the method by which the system will be put to
51 'firmware' - means that the memory image will be saved to disk
55 'platform' - the memory image will be saved by the kernel and
59 'shutdown' - the memory image will be saved by the kernel and
62 'reboot' - the memory image will be saved by the kernel and
66 two testing modes of the suspend-to-disk mechanism: 'testproc'
67 or 'test'. If the suspend-to-disk mechanism is in the
78 The suspend-to-disk method may be chosen by writing to this
81 - 'firmware'
82 - 'platform'
83 - 'shutdown'
84 - 'reboot'
85 - 'testproc'
86 - 'test'
96 created by the suspend-to-disk mechanism. It can be written a
97 string representing a non-negative integer that will be used
99 suspend-to-disk code will do its best to ensure the image size
123 dmesg -s 1000000 | grep 'hash matches'
131 CAUTION: Using it will cause your machine's real-time (CMOS)
176 concurrent arrival of wakeup events. Reading from it returns
177 the current number of registered wakeup events and it blocks if
178 some wakeup events are being processed at the time the file is
180 number of wakeup events is equal to the written value and, if
182 to a sleep state if any wakeup events are reported after the
192 be written a string representing a non-negative integer that
207 attempt will only succeed if there are no active wakeup sources
221 wakeup source objects and activate them on demand (if one of
222 those wakeup sources is active, reads from the
225 it will be assumed to represent a wakeup source name. If there
226 is a wakeup source object with that name, it will be activated
227 (unless active already). Otherwise, a new wakeup source object
231 regarded as a wakeup source name and handled as descrived above.
233 nanoseconds) such that the wakeup source will be automatically
235 set regardless of the current state of the wakeup source object
239 wakeup sources created with the help of it that are active at
248 wakeup sources created with the help of /sys/power/wake_lock.
250 assumed to represent the name of a wakeup source to deactivate.
252 If a wakeup source object of that name exists and is active at
256 wakeup sources created with the help of /sys/power/wake_lock
277 number of the first wakeup interrupt (that is, the first
278 interrupt from an IRQ line armed for system wakeup) seen by the
281 This output is useful for system wakeup diagnostics of spurious
282 wakeup interrupts.
343 number of times preparing all non-sysdev devices for
352 non-sysdev devices failed.
376 of all non-sysdev devices failed.
422 state in the most recent system suspend-resume cycle.
455 The default is "1" if the build-time "SUSPEND_SKIP_SYNC" config