sysfs-class-wakeup 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. What: /sys/class/wakeup/
  2. Date: June 2019
  3. Contact: Tri Vo <trong@android.com>
  4. Description:
  5. The /sys/class/wakeup/ directory contains pointers to all
  6. wakeup sources in the kernel at that moment in time.
  7. What: /sys/class/wakeup/.../name
  8. Date: June 2019
  9. Contact: Tri Vo <trong@android.com>
  10. Description:
  11. This file contains the name of the wakeup source.
  12. What: /sys/class/wakeup/.../active_count
  13. Date: June 2019
  14. Contact: Tri Vo <trong@android.com>
  15. Description:
  16. This file contains the number of times the wakeup source was
  17. activated.
  18. What: /sys/class/wakeup/.../event_count
  19. Date: June 2019
  20. Contact: Tri Vo <trong@android.com>
  21. Description:
  22. This file contains the number of signaled wakeup events
  23. associated with the wakeup source.
  24. What: /sys/class/wakeup/.../wakeup_count
  25. Date: June 2019
  26. Contact: Tri Vo <trong@android.com>
  27. Description:
  28. This file contains the number of times the wakeup source might
  29. abort suspend.
  30. What: /sys/class/wakeup/.../expire_count
  31. Date: June 2019
  32. Contact: Tri Vo <trong@android.com>
  33. Description:
  34. This file contains the number of times the wakeup source's
  35. timeout has expired.
  36. What: /sys/class/wakeup/.../active_time_ms
  37. Date: June 2019
  38. Contact: Tri Vo <trong@android.com>
  39. Description:
  40. This file contains the amount of time the wakeup source has
  41. been continuously active, in milliseconds. If the wakeup
  42. source is not active, this file contains '0'.
  43. What: /sys/class/wakeup/.../total_time_ms
  44. Date: June 2019
  45. Contact: Tri Vo <trong@android.com>
  46. Description:
  47. This file contains the total amount of time this wakeup source
  48. has been active, in milliseconds.
  49. What: /sys/class/wakeup/.../max_time_ms
  50. Date: June 2019
  51. Contact: Tri Vo <trong@android.com>
  52. Description:
  53. This file contains the maximum amount of time this wakeup
  54. source has been continuously active, in milliseconds.
  55. What: /sys/class/wakeup/.../last_change_ms
  56. Date: June 2019
  57. Contact: Tri Vo <trong@android.com>
  58. Description:
  59. This file contains the monotonic clock time when the wakeup
  60. source was touched last time, in milliseconds.
  61. What: /sys/class/wakeup/.../prevent_suspend_time_ms
  62. Date: June 2019
  63. Contact: Tri Vo <trong@android.com>
  64. Description:
  65. The file contains the total amount of time this wakeup source
  66. has been preventing autosleep, in milliseconds.