tty_port_install  970 drivers/s390/char/con3215.c 	return tty_port_install(&raw->port, driver, tty);
tty_port_install 1021 drivers/s390/char/tty3270.c 	rc = tty_port_install(&tp->port, driver, tty);
tty_port_install  337 drivers/tty/hvc/hvc_console.c 	rc = tty_port_install(&hp->port, driver, tty);
tty_port_install 1143 drivers/tty/hvc/hvcs.c 	retval = tty_port_install(&hvcsd->port, driver, tty);
tty_port_install  766 drivers/tty/mips_ejtag_fdc.c 	return tty_port_install(&priv->ports[tty->index].port, driver, tty);
tty_port_install 2960 drivers/tty/n_gsm.c 	ret = tty_port_install(&dlci->port, driver, tty);
tty_port_install  249 drivers/tty/serial/kgdb_nmi.c 	ret = tty_port_install(&priv->port, drv, tty);
tty_port_install 3358 drivers/tty/synclink.c 	return tty_port_install(&info->port, driver, tty);
tty_port_install  738 drivers/tty/synclinkmp.c 	return tty_port_install(&info->port, driver, tty);
tty_port_install  660 drivers/tty/tty_port.c EXPORT_SYMBOL_GPL(tty_port_install);
tty_port_install 3269 drivers/tty/vt/vt.c 	ret = tty_port_install(&vc->port, driver, tty);
tty_port_install  178 drivers/usb/host/xhci-dbgtty.c 	return tty_port_install(&port->port, driver, tty);
tty_port_install  701 include/linux/tty.h extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
tty_port_install  726 net/bluetooth/rfcomm/tty.c 	err = tty_port_install(&dev->port, driver, tty);