Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs101 let other_driver = driver.other_pty_driver().unwrap(); in pty_common_install() localVariable
102 let other_tty = TtyCore::new(other_driver.clone(), core.index()); in pty_common_install()
103 other_driver.add_tty(other_tty.clone()); in pty_common_install()