1 ACPI Time and Alarm (TAD) device attributes.
3 What: /sys/bus/platform/devices/ACPI000E:00/caps
5 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7 (RO) Hexadecimal bitmask of the TAD attributes are reported by
8 the platform firmware (see ACPI 6.2, section 9.18.2):
10 BIT(0): AC wakeup implemented if set
11 BIT(1): DC wakeup implemented if set
12 BIT(2): Get/set real time features implemented if set
13 BIT(3): Real time accuracy in milliseconds if set
14 BIT(4): Correct status reported for wakeups from S4/S5 if set
15 BIT(5): The AC timer wakes up from S4 if set
16 BIT(6): The AC timer wakes up from S5 if set
17 BIT(7): The DC timer wakes up from S4 if set
18 BIT(8): The DC timer wakes up from S5 if set
20 The other bits are reserved.
22 What: /sys/bus/platform/devices/ACPI000E:00/ac_alarm
24 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
26 (RW) The AC alarm timer value.
28 Reads return the current AC alarm timer value in seconds or
29 "disabled", if the AC alarm is not set to wake up the system.
31 Write a new AC alarm timer value in seconds or "disabled" to it
32 to set the AC alarm timer or to disable it, respectively.
34 If the AC alarm timer is set through this attribute and it
35 expires, it will immediately wake up the system from the S3
36 sleep state (and from S4/S5 too if supported) until its status
37 is explicitly cleared via the ac_status attribute.
39 What: /sys/bus/platform/devices/ACPI000E:00/ac_policy
41 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
43 (RW) The AC alarm expired timer wake policy (see ACPI 6.2,
44 Section 9.18 for details).
46 Reads return the current expired timer wake delay for the AC
47 alarm timer or "never", if the policy is to discard AC timer
48 wakeups if the system is on DC power.
50 Write a new expired timer wake delay for the AC alarm timer in
51 seconds or "never" to it to set the expired timer wake delay for
52 the AC alarm timer or to set its expired wake policy to discard
53 wakeups if the system is on DC power, respectively.
55 What: /sys/bus/platform/devices/ACPI000E:00/ac_status
57 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
59 (RW) The AC alarm status.
61 Reads return a hexadecimal bitmask representing the AC alarm
62 timer status with the following meaning of bits (see ACPI 6.2,
65 Bit(0): The timer has expired if set.
66 Bit(1): The timer has woken up the system from a sleep state
67 (S3 or S4/S5 if supported) if set.
69 The other bits are reserved.
71 Reads also cause the AC alarm timer status to be reset.
73 Another way to reset the the status of the AC alarm timer is to
74 write (the number) 0 to this file.
76 If the status return value indicates that the timer has expired,
77 it will immediately wake up the system from the S3 sleep state
78 (and from S4/S5 too if supported) until its status is explicitly
79 cleared through this attribute.
81 What: /sys/bus/platform/devices/ACPI000E:00/dc_alarm
83 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
85 (RW,optional) The DC alarm timer value.
87 This attribute is only present if the TAD supports a separate
90 It is analogous to the ac_alarm attribute.
92 What: /sys/bus/platform/devices/ACPI000E:00/dc_policy
94 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
96 (RW,optional) The DC alarm expired timer wake policy.
98 This attribute is only present if the TAD supports a separate
101 It is analogous to the ac_policy attribute.
103 What: /sys/bus/platform/devices/ACPI000E:00/dc_status
105 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
108 (RW,optional) The DC alarm status.
110 This attribute is only present if the TAD supports a separate
113 It is analogous to the ac_status attribute.