Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/rtc/
H A Drtc_cmos.rs41 struct CmosPlatformDriver { struct
46 impl CmosPlatformDriver { argument
50 Arc::new(CmosPlatformDriver { in new()
70 impl PlatformDriver for CmosPlatformDriver { implementation
123 impl Driver for CmosPlatformDriver { implementation
149 impl KObject for CmosPlatformDriver { implementation
209 let driver = CmosPlatformDriver::new(); in cmos_rtc_driver_init()