Home
last modified time | relevance | path

Searched refs:tty_port_open (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/tty/
H A Dttynull.c19 return tty_port_open(&ttynull_port, tty, filp); in ttynull_open()
H A Dtty_port.c664 * tty_port_open
671 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open() function
702 EXPORT_SYMBOL(tty_port_open); variable
H A Dehv_bytechan.c516 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()
H A Dgoldfish.c176 return tty_port_open(&qtty->port, tty, filp); in goldfish_tty_open()
/kernel/linux/linux-6.6/drivers/tty/
H A Dttynull.c19 return tty_port_open(&ttynull_port, tty, filp); in ttynull_open()
H A Dtty_port.c745 * tty_port_open - generic tty->ops->open handler
763 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open() function
794 EXPORT_SYMBOL(tty_port_open); variable
H A Drpmsg_tty.c68 return tty_port_open(tty->port, tty, filp); in rpmsg_tty_open()
H A Dehv_bytechan.c516 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()
H A Dgoldfish.c175 return tty_port_open(&qtty->port, tty, filp); in goldfish_tty_open()
/kernel/linux/linux-5.10/drivers/char/
H A Dttyprintk.c94 return tty_port_open(&tpk_port.port, tty, filp); in tpk_open()
/kernel/linux/linux-6.6/drivers/char/
H A Dttyprintk.c90 return tty_port_open(&tpk_port.port, tty, filp); in tpk_open()
/kernel/linux/linux-6.6/include/linux/
H A Dtty_port.h24 * @activate: called under the port mutex from tty_port_open(), serialized using
96 * significant ones: tty_port_open(), tty_port_close() (or
249 int tty_port_open(struct tty_port *port, struct tty_struct *tty,
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dkgdb_nmi.c276 ret = tty_port_open(&priv->port, tty, file); in kgdb_nmi_tty_open()
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H A Dgdm_tty.c90 return tty_port_open(&gdm->port, tty, filp); in gdm_tty_open()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dkgdb_nmi.c276 ret = tty_port_open(&priv->port, tty, file); in kgdb_nmi_tty_open()
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H A Dgdm_tty.c87 return tty_port_open(&gdm->port, tty, filp); in gdm_tty_open()
/kernel/linux/linux-5.10/drivers/misc/
H A Dpti.c398 * @filp: filp interface pased to tty_port_open() call.
422 return tty_port_open(tty->port, tty, filp); in pti_tty_driver_open()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbgtty.c194 return tty_port_open(&port->port, tty, file); in dbc_tty_open()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgtty.c201 return tty_port_open(&port->port, tty, file); in dbc_tty_open()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dline.c322 return tty_port_open(&line->port, tty, filp); in line_open()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dline.c327 return tty_port_open(&line->port, tty, filp); in line_open()
/kernel/linux/linux-5.10/drivers/ipack/devices/
H A Dipoctal.c114 return tty_port_open(&channel->tty_port, tty, file); in ipoctal_open()
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h190 /* Called under the port mutex from tty_port_open, serialized using
636 extern int tty_port_open(struct tty_port *port,
/kernel/linux/linux-6.6/drivers/ipack/devices/
H A Dipoctal.c112 return tty_port_open(&channel->tty_port, tty, file); in ipoctal_open()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsdio_uart.c762 return tty_port_open(&port->port, tty, filp); in sdio_uart_open()

Completed in 20 milliseconds

12