Searched refs:tty_port_install (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/tty/ |
A D | tty_port.c | 659 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function 665 EXPORT_SYMBOL_GPL(tty_port_install);
|
A D | rpmsg_tty.c | 56 return tty_port_install(&cport->port, driver, tty); in rpmsg_tty_install()
|
A D | mips_ejtag_fdc.c | 767 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
|
A D | n_gsm.c | 3042 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
|
/linux/include/linux/ |
A D | tty_port.h | 198 int tty_port_install(struct tty_port *port, struct tty_driver *driver,
|
/linux/drivers/tty/serial/ |
A D | kgdb_nmi.c | 249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
|
/linux/drivers/usb/host/ |
A D | xhci-dbgtty.c | 187 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
|
/linux/drivers/tty/hvc/ |
A D | hvc_console.c | 337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
|
A D | hvcs.c | 1112 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
|
/linux/drivers/s390/char/ |
A D | con3215.c | 886 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
|
A D | tty3270.c | 1021 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
|
/linux/net/bluetooth/rfcomm/ |
A D | tty.c | 728 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
|
/linux/drivers/tty/vt/ |
A D | vt.c | 3394 ret = tty_port_install(&vc->port, driver, tty); in con_install()
|
/linux/ |
A D | vmlinux.symvers | 7336 0x00000000 tty_port_install vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 28434 ffff800010764ee0 T tty_port_install
|
A D | .tmp_System.map | 28434 ffff800010764ee0 T tty_port_install
|
Completed in 314 milliseconds