Home
last modified time | relevance | path

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

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