Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_driver.rs261 pub fn init_tty_device( in init_tty_device() method
296 None => Self::init_tty_device(driver, index)?, in open_tty()
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs266 let tty = TtyDriver::init_tty_device(ptm_driver(), index)?; in ptmx_open()