Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_port.c659 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function
665 EXPORT_SYMBOL_GPL(tty_port_install);
Dmips_ejtag_fdc.c766 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
Dn_gsm.c2952 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
Dsynclinkmp.c738 return tty_port_install(&info->port, driver, tty); in install()
Dsynclink.c3359 return tty_port_install(&info->port, driver, tty); in mgsl_install()
/Linux-v4.19/drivers/tty/serial/
Dkgdb_nmi.c249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
/Linux-v4.19/drivers/usb/host/
Dxhci-dbgtty.c178 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c341 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
Dhvcs.c1143 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
/Linux-v4.19/include/linux/
Dtty.h691 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
/Linux-v4.19/drivers/s390/char/
Dcon3215.c969 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
Dtty3270.c1020 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
/Linux-v4.19/net/bluetooth/rfcomm/
Dtty.c728 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c1485 return tty_port_install(&info->port, driver, tty); in isdn_tty_install()
/Linux-v4.19/drivers/tty/vt/
Dvt.c3225 ret = tty_port_install(&vc->port, driver, tty); in con_install()