0001 What: /sys/class/wakeup/
0002 Date: June 2019
0003 Contact: Tri Vo <trong@android.com>
0004 Description:
0005 The /sys/class/wakeup/ directory contains pointers to all
0006 wakeup sources in the kernel at that moment in time.
0007
0008 What: /sys/class/wakeup/.../name
0009 Date: June 2019
0010 Contact: Tri Vo <trong@android.com>
0011 Description:
0012 This file contains the name of the wakeup source.
0013
0014 What: /sys/class/wakeup/.../active_count
0015 Date: June 2019
0016 Contact: Tri Vo <trong@android.com>
0017 Description:
0018 This file contains the number of times the wakeup source was
0019 activated.
0020
0021 What: /sys/class/wakeup/.../event_count
0022 Date: June 2019
0023 Contact: Tri Vo <trong@android.com>
0024 Description:
0025 This file contains the number of signaled wakeup events
0026 associated with the wakeup source.
0027
0028 What: /sys/class/wakeup/.../wakeup_count
0029 Date: June 2019
0030 Contact: Tri Vo <trong@android.com>
0031 Description:
0032 This file contains the number of times the wakeup source might
0033 abort suspend.
0034
0035 What: /sys/class/wakeup/.../expire_count
0036 Date: June 2019
0037 Contact: Tri Vo <trong@android.com>
0038 Description:
0039 This file contains the number of times the wakeup source's
0040 timeout has expired.
0041
0042 What: /sys/class/wakeup/.../active_time_ms
0043 Date: June 2019
0044 Contact: Tri Vo <trong@android.com>
0045 Description:
0046 This file contains the amount of time the wakeup source has
0047 been continuously active, in milliseconds. If the wakeup
0048 source is not active, this file contains '0'.
0049
0050 What: /sys/class/wakeup/.../total_time_ms
0051 Date: June 2019
0052 Contact: Tri Vo <trong@android.com>
0053 Description:
0054 This file contains the total amount of time this wakeup source
0055 has been active, in milliseconds.
0056
0057 What: /sys/class/wakeup/.../max_time_ms
0058 Date: June 2019
0059 Contact: Tri Vo <trong@android.com>
0060 Description:
0061 This file contains the maximum amount of time this wakeup
0062 source has been continuously active, in milliseconds.
0063
0064 What: /sys/class/wakeup/.../last_change_ms
0065 Date: June 2019
0066 Contact: Tri Vo <trong@android.com>
0067 Description:
0068 This file contains the monotonic clock time when the wakeup
0069 source was touched last time, in milliseconds.
0070
0071 What: /sys/class/wakeup/.../prevent_suspend_time_ms
0072 Date: June 2019
0073 Contact: Tri Vo <trong@android.com>
0074 Description:
0075 The file contains the total amount of time this wakeup source
0076 has been preventing autosleep, in milliseconds.