Searched refs:tty_port_install (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/driver-api/tty/ |
H A D | tty_port.rst | 32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready
|
H A D | tty_driver.rst | 97 does not fit, tty_port_install() can be used from the
|
/linux/drivers/tty/ |
H A D | tty_port.c | 738 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function 744 EXPORT_SYMBOL_GPL(tty_port_install);
|
H A D | rpmsg_tty.c | 58 return tty_port_install(port, driver, tty); in rpmsg_tty_install()
|
H A D | mips_ejtag_fdc.c | 767 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
|
H A D | n_gsm.c | 4305 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
|
/linux/include/linux/ |
H A D | tty_port.h | 247 int tty_port_install(struct tty_port *port, struct tty_driver *driver,
|
/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 148 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_poll_one_knock()
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 263 return tty_port_install(&port->port, driver, tty); in dbc_tty_put_char()
|
/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
|
H A D | hvcs.c | 1115 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 724 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 3528 ret = tty_port_install(&vc->port, driver, tty); in con_install()
|