Symbol: tty_port_open
arch/um/drivers/line.c
327
return tty_port_open(&line->port, tty, filp);
drivers/char/ttyprintk.c
90
return tty_port_open(&tpk_port.port, tty, filp);
drivers/ipack/devices/ipoctal.c
112
return tty_port_open(&channel->tty_port, tty, file);
drivers/isdn/capi/capi.c
1060
err = tty_port_open(&mp->port, tty, filp);
drivers/mmc/core/sdio_uart.c
744
return tty_port_open(&port->port, tty, filp);
drivers/staging/greybus/uart.c
406
return tty_port_open(&gb_tty->port, tty, file);
drivers/tty/ehv_bytechan.c
518
return tty_port_open(&bc->port, ttys, filp);
drivers/tty/goldfish.c
168
return tty_port_open(&qtty->port, tty, filp);
drivers/tty/mips_ejtag_fdc.c
773
return tty_port_open(tty->port, tty, filp);
drivers/tty/mxser.c
868
return tty_port_open(tport, tty, filp);
drivers/tty/nozomi.c
1548
return tty_port_open(&port->port, tty, filp);
drivers/tty/rpmsg_tty.c
68
return tty_port_open(tty->port, tty, filp);
drivers/tty/serial/serial_core.c
1929
retval = tty_port_open(&state->port, tty, filp);
drivers/tty/tty_port.c
755
EXPORT_SYMBOL(tty_port_open);
drivers/tty/ttynull.c
19
return tty_port_open(&ttynull_port, tty, filp);
drivers/tty/vcc.c
766
return tty_port_open(tty->port, tty, vcc_file);
drivers/usb/class/cdc-acm.c
673
return tty_port_open(&acm->port, tty, filp);
drivers/usb/host/xhci-dbgtty.c
285
return tty_port_open(&port->port, tty, file);
drivers/usb/serial/usb-serial.c
289
return tty_port_open(&port->port, tty, filp);
include/linux/tty_port.h
246
int tty_port_open(struct tty_port *port, struct tty_struct *tty,
net/bluetooth/rfcomm/tty.c
748
err = tty_port_open(&dev->port, tty, filp);