Searched defs:stop (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/driver/input/serio/ |
H A D | serio_device.rs | 32 fn stop(&self, device: &Arc<dyn SerioDevice>) -> Result<(), SystemError>; in stop() method
|
/DragonOS/kernel/src/driver/tty/pty/ |
H A D | unix98pty.rs | 179 fn stop(&self, core: &TtyCoreData) -> Result<(), SystemError> { in stop() method
|
/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_ports.rs | 193 fn stop(&self, device: &Arc<dyn SerioDevice>) -> Result<(), SystemError> { in stop() method
|
/DragonOS/kernel/src/process/ |
H A D | kthread.rs | 381 pub fn stop(pcb: &Arc<ProcessControlBlock>) -> Result<usize, SystemError> { in stop() method
|
/DragonOS/kernel/src/driver/tty/ |
H A D | tty_driver.rs | 484 fn stop(&self, _tty: &TtyCoreData) -> Result<(), SystemError> { in stop() method
|
H A D | tty_core.rs | 586 fn stop(&self, tty: &TtyCoreData) -> Result<(), SystemError> { in stop() method
|
/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | hba.rs | 157 pub fn stop(&mut self) { in stop() method
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_device.rs | 521 fn stop( in stop() method
|