Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/tty/
H A Dtty_port.rst32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready
H A Dtty_driver.rst97 does not fit, tty_port_install() can be used from the
/linux/drivers/tty/
H A Dtty_port.c738 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 Drpmsg_tty.c58 return tty_port_install(port, driver, tty); in rpmsg_tty_install()
H A Dmips_ejtag_fdc.c767 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
H A Dn_gsm.c4288 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
/linux/include/linux/
H A Dtty_port.h247 int tty_port_install(struct tty_port *port, struct tty_driver *driver,
/linux/drivers/tty/serial/
H A Dkgdb_nmi.c249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
/linux/drivers/usb/host/
H A Dxhci-dbgtty.c194 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
/linux/drivers/tty/hvc/
H A Dhvc_console.c337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
H A Dhvcs.c1115 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
/linux/drivers/s390/char/
H A Dcon3215.c967 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
H A Dcon3270.c1200 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
/linux/net/bluetooth/rfcomm/
H A Dtty.c727 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
/linux/drivers/tty/vt/
H A Dvt.c3530 ret = tty_port_install(&vc->port, driver, tty); in con_install()