Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/input/serio/
H A Dserio_driver.rs45 fn cleanup(&self, device: &Arc<dyn SerioDevice>) -> Result<(), SystemError>; in cleanup() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs273 fn cleanup(&self, _device: &Arc<dyn SerioDevice>) -> Result<(), system_error::SystemError> { in cleanup() method