Lines Matching refs:of
11 The purpose of this driver is to supply an API for kernel and user applications
16 driver. We describe those calls as well the design of the driver in the
22 at first, the time of day service. This is required in order to access, in a
24 to initialize the system view of the time during boot.
33 EFI uses a slightly different way of representing the time, noticeably
36 expose this new way of representing time. Instead we use something very
38 One of the reasons for doing it this way is to allow for EFI to still evolve
39 without necessarily impacting any of the user applications. The decoupling
42 The driver exposes two interfaces, one via the device file and a set of
45 As of today we don't offer a /proc/sys interface.
49 "public" API of the two drivers. The specifics of the legacy RTC are still
53 III/ Time of day service
55 The part of the driver gives access to the time of day service of EFI.
77 The driver takes care of converting back an forth between the EFI time and
89 Root privileges are required to be able to set the time of day.
95 RTC which is some kind of interval timer alarm. For this reason we don't use
97 introduced 2 news ioctl()s to the interface of an RTC.
101 Read the current state of the alarm
118 As of today, none of the existing user-level apps supports this feature.