Searched refs:CMOS_RTC_GENERAL_DEVICE (Results 1 – 1 of 1) sorted by relevance
37 static CMOS_RTC_GENERAL_DEVICE: RwLock<Option<Arc<RtcGeneralDevice>>> = RwLock::new(None); variable82 if CMOS_RTC_GENERAL_DEVICE.read().is_some() { in probe()86 let mut guard = CMOS_RTC_GENERAL_DEVICE.write(); in probe()