Home
last modified time | relevance | path

Searched defs:Cmos (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/
Dcmos.rs79 pub struct Cmos { struct
84 now_fn: CmosNowFn, argument
86 alarm: Arc<Mutex<Timer>>,
87 alarm_time: Option<DateTime<Utc>>,
89 alarm_fn: Option<AlarmFn>,
91 worker: Option<WorkerThread<AlarmFn>>,
93 armed_time: Option<Arc<Mutex<Instant>>>,
133 impl Cmos { implementation
144 ) -> anyhow::Result<Cmos> { in new()
158 ) -> anyhow::Result<Cmos> { in new_inner()
[all …]
/external/crosvm/devices/src/pci/
Dmod.rs128 Cmos = 5, enumerator