Home
last modified time | relevance | path

Searched refs:tty_port_install (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_port.c86 * tty_port_install is used in the driver. If used, this has to be called before
106 * a concrete tty specified by @index. Use this or tty_port_install (or both).
127 * linked to a concrete tty specified by @index. Use this or tty_port_install
646 * tty_port_install - generic tty->ops->install handler
655 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function
661 EXPORT_SYMBOL_GPL(tty_port_install); variable
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.c3152 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
H A Dsynclink.c3357 return tty_port_install(&info->port, driver, tty); in mgsl_install()
H A Dsynclinkmp.c738 return tty_port_install(&info->port, driver, tty); in install()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_port.c114 * tty_port_install() is used in the driver. If used, this has to be called
134 * to a concrete tty specified by @index. Use this or tty_port_install() (or
155 * linked to a concrete tty specified by @index. Use this or tty_port_install()
727 * tty_port_install - generic tty->ops->install handler
736 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function
742 EXPORT_SYMBOL_GPL(tty_port_install); variable
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.c4234 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
/kernel/linux/linux-6.6/include/linux/
H A Dtty_port.h247 int tty_port_install(struct tty_port *port, struct tty_driver *driver,
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dkgdb_nmi.c249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dkgdb_nmi.c249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbgtty.c187 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgtty.c194 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_console.c337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
H A Dhvcs.c1141 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h634 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_console.c337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
H A Dhvcs.c1117 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3215.c970 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
H A Dtty3270.c1021 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dtty.c726 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3215.c968 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()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dtty.c727 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()

Completed in 57 milliseconds

12