Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs259 let term = ptm_driver.init_termios_mut(); in pty_init()
280 let term = pts_driver.init_termios_mut(); in pty_init()
/DragonOS/kernel/src/driver/tty/
H A Dtty_driver.rs223 pub fn init_termios_mut(&mut self) -> &mut Termios { in init_termios_mut() method