Lines Matching full:rtc
1 What: /sys/class/rtc/
4 Contact: linux-rtc@vger.kernel.org
6 The rtc/ class subdirectory belongs to the RTC subsystem.
8 What: /sys/class/rtc/rtcX/
11 Contact: linux-rtc@vger.kernel.org
13 The /sys/class/rtc/rtc{0,1,2,3,...} directories correspond
14 to each RTC device.
16 What: /sys/class/rtc/rtcX/date
19 Contact: linux-rtc@vger.kernel.org
21 (RO) RTC-provided date in YYYY-MM-DD format
23 What: /sys/class/rtc/rtcX/hctosys
26 Contact: linux-rtc@vger.kernel.org
28 (RO) 1 if the RTC provided the system time at boot via the
31 What: /sys/class/rtc/rtcX/max_user_freq
34 Contact: linux-rtc@vger.kernel.org
37 from this RTC.
39 What: /sys/class/rtc/rtcX/name
42 Contact: linux-rtc@vger.kernel.org
44 (RO) The name of the RTC corresponding to this sysfs directory
46 What: /sys/class/rtc/rtcX/range
49 Contact: linux-rtc@vger.kernel.org
51 Valid time range for the RTC, as seconds from epoch, formatted
54 What: /sys/class/rtc/rtcX/since_epoch
57 Contact: linux-rtc@vger.kernel.org
59 (RO) RTC-provided time as the number of seconds since the epoch
61 What: /sys/class/rtc/rtcX/time
64 Contact: linux-rtc@vger.kernel.org
66 (RO) RTC-provided time in 24-hour notation (hh:mm:ss)
68 What: /sys/class/rtc/rtcX/offset
71 Contact: linux-rtc@vger.kernel.org
73 (RW) The amount which the rtc clock has been adjusted in
76 clock ticks which are added to or removed from the rtc's base
81 What: /sys/class/rtc/rtcX/wakealarm
84 Contact: linux-rtc@vger.kernel.org