Searched refs:standard_install (Results 1 – 2 of 2) sorted by relevance
268 pub fn standard_install(&self, tty_core: Arc<TtyCore>) -> Result<(), SystemError> { in standard_install() method285 return self.standard_install(tty); in driver_install_tty()
353 driver.standard_install(tty.clone())?; in do_install()