hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/Documentation/ABI/testing/rtc-cdev
....@@ -33,6 +33,14 @@
3333 Requires a separate RTC_PIE_ON call to enable the periodic
3434 interrupts.
3535
36
+ * RTC_VL_READ: Read the voltage inputs status of the RTC when
37
+ supported. The value is a bit field of RTC_VL_*, giving the
38
+ status of the main and backup voltages.
39
+
40
+ * RTC_VL_CLEAR: Clear the voltage status of the RTC. Some RTCs
41
+ need user interaction when the backup power provider is
42
+ replaced or charged to be able to clear the status.
43
+
3644 The ioctl() calls supported by the older /dev/rtc interface are
3745 also supported by the newer RTC class framework. However,
3846 because the chips and systems are not standardized, some PC/AT