Searched refs:tty_port_install (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/Documentation/driver-api/tty/ ! |
D | tty_port.rst | 32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready
|
D | tty_driver.rst | 97 does not fit, tty_port_install() can be used from the
|
/linux-5.19.10/drivers/tty/ ! |
D | tty_port.c | 717 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install() function 723 EXPORT_SYMBOL_GPL(tty_port_install);
|
D | rpmsg_tty.c | 58 return tty_port_install(port, driver, tty); in rpmsg_tty_install()
|
D | mips_ejtag_fdc.c | 767 return tty_port_install(&priv->ports[tty->index].port, driver, tty); in mips_ejtag_fdc_tty_install()
|
D | n_gsm.c | 3458 ret = tty_port_install(&dlci->port, driver, tty); in gsmtty_install()
|
/linux-5.19.10/include/linux/ ! |
D | tty_port.h | 244 int tty_port_install(struct tty_port *port, struct tty_driver *driver,
|
/linux-5.19.10/drivers/tty/serial/ ! |
D | kgdb_nmi.c | 249 ret = tty_port_install(&priv->port, drv, tty); in kgdb_nmi_tty_install()
|
/linux-5.19.10/drivers/usb/host/ ! |
D | xhci-dbgtty.c | 194 return tty_port_install(&port->port, driver, tty); in dbc_tty_install()
|
/linux-5.19.10/drivers/tty/hvc/ ! |
D | hvc_console.c | 337 rc = tty_port_install(&hp->port, driver, tty); in hvc_install()
|
D | hvcs.c | 1111 retval = tty_port_install(&hvcsd->port, driver, tty); in hvcs_install()
|
/linux-5.19.10/drivers/s390/char/ ! |
D | con3215.c | 887 return tty_port_install(&raw->port, driver, tty); in tty3215_install()
|
D | tty3270.c | 1021 rc = tty_port_install(&tp->port, driver, tty); in tty3270_install()
|
/linux-5.19.10/net/bluetooth/rfcomm/ ! |
D | tty.c | 728 err = tty_port_install(&dev->port, driver, tty); in rfcomm_tty_install()
|
/linux-5.19.10/drivers/tty/vt/ ! |
D | vt.c | 3394 ret = tty_port_install(&vc->port, driver, tty); in con_install()
|