Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs24 use super::{i8042_start, i8042_stop};
194 i8042_stop(device) in stop()
H A Dmod.rs57 pub fn i8042_stop(_serio: &Arc<dyn SerioDevice>) -> Result<(), SystemError> { in i8042_stop() function