Home
last modified time | relevance | path

Searched refs:tty_port_open (Results 1 – 20 of 20) sorted by relevance

/drivers/tty/
Dttynull.c19 return tty_port_open(&ttynull_port, tty, filp); in ttynull_open()
Dtty_port.c763 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open() function
794 EXPORT_SYMBOL(tty_port_open);
Drpmsg_tty.c68 return tty_port_open(tty->port, tty, filp); in rpmsg_tty_open()
Dgoldfish.c175 return tty_port_open(&qtty->port, tty, filp); in goldfish_tty_open()
Dehv_bytechan.c516 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()
Dvcc.c766 return tty_port_open(tty->port, tty, vcc_file); in vcc_open()
Dmips_ejtag_fdc.c772 return tty_port_open(tty->port, tty, filp); in mips_ejtag_fdc_tty_open()
Dmxser.c880 return tty_port_open(tport, tty, filp); in mxser_open()
Dnozomi.c1567 return tty_port_open(&port->port, tty, filp); in ntty_open()
/drivers/char/
Dttyprintk.c90 return tty_port_open(&tpk_port.port, tty, filp); in tpk_open()
/drivers/tty/serial/
Dkgdb_nmi.c276 ret = tty_port_open(&priv->port, tty, file); in kgdb_nmi_tty_open()
Dserial_core.c1999 retval = tty_port_open(&state->port, tty, filp); in uart_open()
/drivers/staging/gdm724x/
Dgdm_tty.c87 return tty_port_open(&gdm->port, tty, filp); in gdm_tty_open()
/drivers/usb/host/
Dxhci-dbgtty.c201 return tty_port_open(&port->port, tty, file); in dbc_tty_open()
/drivers/ipack/devices/
Dipoctal.c112 return tty_port_open(&channel->tty_port, tty, file); in ipoctal_open()
/drivers/staging/greybus/
Duart.c406 return tty_port_open(&gb_tty->port, tty, file); in gb_tty_open()
/drivers/mmc/core/
Dsdio_uart.c748 return tty_port_open(&port->port, tty, filp); in sdio_uart_open()
/drivers/isdn/capi/
Dcapi.c1065 err = tty_port_open(&mp->port, tty, filp); in capinc_tty_open()
/drivers/usb/serial/
Dusb-serial.c289 return tty_port_open(&port->port, tty, filp); in serial_open()
/drivers/usb/class/
Dcdc-acm.c662 return tty_port_open(&acm->port, tty, filp); in acm_tty_open()