1 What: /sys/class/wakeup/
5 The /sys/class/wakeup/ directory contains pointers to all
6 wakeup sources in the kernel at that moment in time.
8 What: /sys/class/wakeup/.../name
12 This file contains the name of the wakeup source.
14 What: /sys/class/wakeup/.../active_count
18 This file contains the number of times the wakeup source was
21 What: /sys/class/wakeup/.../event_count
25 This file contains the number of signaled wakeup events
26 associated with the wakeup source.
28 What: /sys/class/wakeup/.../wakeup_count
32 This file contains the number of times the wakeup source might
35 What: /sys/class/wakeup/.../expire_count
39 This file contains the number of times the wakeup source's
42 What: /sys/class/wakeup/.../active_time_ms
46 This file contains the amount of time the wakeup source has
47 been continuously active, in milliseconds. If the wakeup
48 source is not active, this file contains '0'.
50 What: /sys/class/wakeup/.../total_time_ms
54 This file contains the total amount of time this wakeup source
55 has been active, in milliseconds.
57 What: /sys/class/wakeup/.../max_time_ms
61 This file contains the maximum amount of time this wakeup
62 source has been continuously active, in milliseconds.
64 What: /sys/class/wakeup/.../last_change_ms
68 This file contains the monotonic clock time when the wakeup
69 source was touched last time, in milliseconds.
71 What: /sys/class/wakeup/.../prevent_suspend_time_ms
75 The file contains the total amount of time this wakeup source
76 has been preventing autosleep, in milliseconds.