tty_port_install
return tty_port_install(&raw->port, driver, tty);
rc = tty_port_install(&tp->port, driver, tty);
rc = tty_port_install(&hp->port, driver, tty);
retval = tty_port_install(&hvcsd->port, driver, tty);
return tty_port_install(&priv->ports[tty->index].port, driver, tty);
ret = tty_port_install(&dlci->port, driver, tty);
return tty_port_install(port, driver, tty);
EXPORT_SYMBOL_GPL(tty_port_install);
ret = tty_port_install(&vc->port, driver, tty);
return tty_port_install(&port->port, driver, tty);
int tty_port_install(struct tty_port *port, struct tty_driver *driver,
err = tty_port_install(&dev->port, driver, tty);