brintos

brintos / linux-shallow public Read only

0
0
Text · 2.3 KiB · 754aab8 Raw
77 lines · plain
1What:		/sys/class/wakeup/2Date:		June 20193Contact:	Tri Vo <trong@android.com>4Description:5		The /sys/class/wakeup/ directory contains pointers to all6		wakeup sources in the kernel at that moment in time.7 8What:		/sys/class/wakeup/.../name9Date:		June 201910Contact:	Tri Vo <trong@android.com>11Description:12		This file contains the name of the wakeup source.13 14What:		/sys/class/wakeup/.../active_count15Date:		June 201916Contact:	Tri Vo <trong@android.com>17Description:18		This file contains the number of times the wakeup source was19		activated.20 21What:		/sys/class/wakeup/.../event_count22Date:		June 201923Contact:	Tri Vo <trong@android.com>24Description:25		This file contains the number of signaled wakeup events26		associated with the wakeup source.27 28What:		/sys/class/wakeup/.../wakeup_count29Date:		June 201930Contact:	Tri Vo <trong@android.com>31Description:32		This file contains the number of times the wakeup source might33		abort suspend.34 35What:		/sys/class/wakeup/.../expire_count36Date:		June 201937Contact:	Tri Vo <trong@android.com>38Description:39		This file contains the number of times the wakeup source's40		timeout has expired.41 42What:		/sys/class/wakeup/.../active_time_ms43Date:		June 201944Contact:	Tri Vo <trong@android.com>45Description:46		This file contains the amount of time the wakeup source has47		been continuously active, in milliseconds.  If the wakeup48		source is not active, this file contains '0'.49 50What:		/sys/class/wakeup/.../total_time_ms51Date:		June 201952Contact:	Tri Vo <trong@android.com>53Description:54		This file contains the total amount of time this wakeup source55		has been active, in milliseconds.56 57What:		/sys/class/wakeup/.../max_time_ms58Date:		June 201959Contact:	Tri Vo <trong@android.com>60Description:61		This file contains the maximum amount of time this wakeup62		source has been continuously active, in milliseconds.63 64What:		/sys/class/wakeup/.../last_change_ms65Date:		June 201966Contact:	Tri Vo <trong@android.com>67Description:68		This file contains the monotonic clock time when the wakeup69		source was touched last time, in milliseconds.70 71What:		/sys/class/wakeup/.../prevent_suspend_time_ms72Date:		June 201973Contact:	Tri Vo <trong@android.com>74Description:75		The file contains the total amount of time this wakeup source76		has been preventing autosleep, in milliseconds.77