Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/init/
H A Dmod.rs21 hpet::{hpet_init, hpet_instance},
112 let ret = hpet_init(); in setup_arch_post()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs253 pub fn hpet_init() -> Result<(), SystemError> { in hpet_init() function