Lines Matching +full:cros +full:- +full:ec
1 What: /sys/kernel/debug/<cros-ec-device>/console_log
5 If the EC supports the CONSOLE_READ command type, this file
6 can be used to grab the EC logs. The kernel polls for the log
10 What: /sys/kernel/debug/<cros-ec-device>/panicinfo
14 This file dumps the EC panic information from the previous
16 type is supported by the EC.
18 What: /sys/kernel/debug/<cros-ec-device>/pdinfo
23 information for all the USB PD/type-C ports available. If
27 What: /sys/kernel/debug/<cros-ec-device>/uptime
31 A u32 providing the time since EC booted in ms. This is
32 is used for synchronizing the AP host time with the EC
34 by the EC or there is a communication problem.
36 What: /sys/kernel/debug/<cros-ec-device>/last_resume_result
43 an EC with this feature will return a summary of SLP_S0
45 the most recent response from the AP's resume message to the EC.
49 received. Bit 31 is set if the EC attempted to wake the
51 Callers can use this to detect a wake from the EC due to
53 transitions have been attempted, or the EC does not support
58 What: /sys/kernel/debug/<cros-ec-device>/suspend_timeout_ms
63 a hardware-controlled sleep line, such as Intel's SLP_S0 line,
66 time in milliseconds the EC will wait before declaring a sleep
69 Supply 0 to use the default value coded into EC firmware. Supply
70 65535 (EC_HOST_SLEEP_TIMEOUT_INFINITE) to disable the EC sleep
72 indicate the number of milliseconds the EC should wait after a
76 hardware line changed and the kernel sent an EC resume command.