Lines Matching +full:wakeup +full:- +full:source
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
50 'firmware' - means that the memory image will be saved to disk
53 'platform' - the memory image will be saved by the kernel and
56 'shutdown' - the memory image will be saved by the kernel and
58 'reboot' - the memory image will be saved by the kernel and
62 two testing modes of the suspend-to-disk mechanism: 'testproc'
63 or 'test'. If the suspend-to-disk mechanism is in the
74 The suspend-to-disk method may be chosen by writing to this
92 created by the suspend-to-disk mechanism. It can be written a
93 string representing a non-negative integer that will be used
95 suspend-to-disk code will do its best to ensure the image size
119 dmesg -s 1000000 | grep 'hash matches'
127 CAUTION: Using it will cause your machine's real-time (CMOS)
172 concurrent arrival of wakeup events. Reading from it returns
173 the current number of registered wakeup events and it blocks if
174 some wakeup events are being processed at the time the file is
176 number of wakeup events is equal to the written value and, if
178 to a sleep state if any wakeup events are reported after the
188 be written a string representing a non-negative integer that
203 attempt will only succeed if there are no active wakeup sources
217 wakeup source objects and activate them on demand (if one of
218 those wakeup sources is active, reads from the
221 it will be assumed to represent a wakeup source name. If there
222 is a wakeup source object with that name, it will be activated
223 (unless active already). Otherwise, a new wakeup source object
227 regarded as a wakeup source name and handled as descrived above.
229 nanoseconds) such that the wakeup source will be automatically
231 set regardless of the current state of the wakeup source object
235 wakeup sources created with the help of it that are active at
244 wakeup sources created with the help of /sys/power/wake_lock.
246 assumed to represent the name of a wakeup source to deactivate.
247 If a wakeup source object of that name exists and is active at
251 wakeup sources created with the help of /sys/power/wake_lock
272 number of the first wakeup interrupt (that is, the first
273 interrupt from an IRQ line armed for system wakeup) seen by the
276 This output is useful for system wakeup diagnostics of spurious
277 wakeup interrupts.