Home
last modified time | relevance | path

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

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