Home
last modified time | relevance | path

Searched refs:GeneralRtcPriority (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs34 GeneralRtcPriority, RtcClassOps, RtcDevice,
49 priority: GeneralRtcPriority,
66 fn new(priority: GeneralRtcPriority) -> Arc<Self> { in new()
95 pub fn priority(&self) -> GeneralRtcPriority { in priority() argument
253 priority: Option<GeneralRtcPriority>, in rtc_general_device_create() argument
H A Dmod.rs166 pub enum GeneralRtcPriority { enum