1 What: /sys/class/wakeup/
3 Contact: Tri Vo <trong@android.com>
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
10 Contact: Tri Vo <trong@android.com>
12 This file contains the name of the wakeup source.
14 What: /sys/class/wakeup/.../active_count
16 Contact: Tri Vo <trong@android.com>
18 This file contains the number of times the wakeup source was
21 What: /sys/class/wakeup/.../event_count
23 Contact: Tri Vo <trong@android.com>
25 This file contains the number of signaled wakeup events
26 associated with the wakeup source.
28 What: /sys/class/wakeup/.../wakeup_count
30 Contact: Tri Vo <trong@android.com>
32 This file contains the number of times the wakeup source might
35 What: /sys/class/wakeup/.../expire_count
37 Contact: Tri Vo <trong@android.com>
39 This file contains the number of times the wakeup source's
42 What: /sys/class/wakeup/.../active_time_ms
44 Contact: Tri Vo <trong@android.com>
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
52 Contact: Tri Vo <trong@android.com>
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
59 Contact: Tri Vo <trong@android.com>
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
66 Contact: Tri Vo <trong@android.com>
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
73 Contact: Tri Vo <trong@android.com>
75 The file contains the total amount of time this wakeup source
76 has been preventing autosleep, in milliseconds.