Searched refs:tty_port_install (Results 1 – 14 of 14) sorted by relevance
/drivers/tty/ |
D | tty_port.c | 550 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function 556 EXPORT_SYMBOL_GPL(tty_port_install);
|
D | metag_da.c | 421 return tty_port_install(&dashtty_ports[tty->index].port, driver, tty); in dashtty_install()
|
D | mips_ejtag_fdc.c | 769 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
|
D | n_gsm.c | 2935 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
|
D | synclinkmp.c | 738 return tty_port_install(&info->port, driver, tty); in install()
|
D | synclink.c | 3360 return tty_port_install(&info->port, driver, tty); in mgsl_install()
|
/drivers/tty/serial/ |
D | kgdb_nmi.c | 252 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
|
/drivers/tty/hvc/ |
D | hvc_console.c | 328 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
|
D | hvcs.c | 1157 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
|
/drivers/s390/char/ |
D | con3215.c | 969 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
|
D | tty3270.c | 1018 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
|
/drivers/usb/serial/ |
D | usb-serial.c | 199 retval = tty_port_install(&port->port, driver, tty); in serial_install()
|
/drivers/isdn/i4l/ |
D | isdn_tty.c | 1484 return tty_port_install(&info->port, driver, tty); in isdn_tty_install()
|
/drivers/tty/vt/ |
D | vt.c | 2894 ret = tty_port_install(&vc->port, driver, tty); in con_install()
|