Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/tty/
Dtty_device.rs28 pub struct TtyDevice { struct
34 private_data: RwLock<TtyDevicePrivateData>, argument
46 impl TtyDevice { impl
47 pub fn new(name: &str) -> Arc<TtyDevice> { in new()
104 impl DeviceINode for TtyDevice { implementation
110 impl IndexNode for TtyDevice { implementation
/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs76 tty: &Arc<TtyDevice>, in parse()
106 tty: &Arc<TtyDevice>, in handle_start()
128 tty: &Arc<TtyDevice>, in handle_pause_break()
153 tty: &Arc<TtyDevice>, in handle_func0()
295 tty: &Arc<TtyDevice>, in handle_type3()
370 fn emit(tty: &Arc<TtyDevice>, ch: u8) { in emit()
380 tty: &Arc<TtyDevice>, in handle_prtsc_press()
408 tty: &Arc<TtyDevice>, in handle_prtsc_release()