Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_port.c553 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function
559 EXPORT_SYMBOL_GPL(tty_port_install);
Dmetag_da.c421 return tty_port_install(&dashtty_ports[tty->index].port, driver, tty); in dashtty_install()
Dmips_ejtag_fdc.c769 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
Dn_gsm.c2940 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
Dsynclinkmp.c738 return tty_port_install(&info->port, driver, tty); in install()
Dsynclink.c3375 return tty_port_install(&info->port, driver, tty); in mgsl_install()
/linux-4.4.14/drivers/tty/serial/
Dkgdb_nmi.c252 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.c328 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
Dhvcs.c1157 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
/linux-4.4.14/include/linux/
Dtty.h572 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
/linux-4.4.14/drivers/s390/char/
Dtty3270.c929 return tty_port_install(&tp->port, driver, tty); in tty3270_install()
977 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
Dcon3215.c970 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c417 return tty_port_install(&self->port, driver, tty); in ircomm_tty_install()
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c728 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
/linux-4.4.14/drivers/usb/serial/
Dusb-serial.c198 retval = tty_port_install(&port->port, driver, tty); in serial_install()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1488 return tty_port_install(&info->port, driver, tty); in isdn_tty_install()
/linux-4.4.14/drivers/tty/vt/
Dvt.c2881 ret = tty_port_install(&vc->port, driver, tty); in con_install()