Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs39 pub fn hpet_instance() -> &'static Hpet { in hpet_instance() function
257 let hpet_instance = Hpet::new(hpet_info)?; in hpet_init() localVariable