tty_port_open     327 arch/um/drivers/line.c 	return tty_port_open(&line->port, tty, filp);
tty_port_open      94 drivers/char/ttyprintk.c 	return tty_port_open(&tpk_port.port, tty, filp);
tty_port_open      97 drivers/ipack/devices/ipoctal.c 	err = tty_port_open(&channel->tty_port, tty, file);
tty_port_open    1031 drivers/isdn/capi/capi.c 	err = tty_port_open(&mp->port, tty, filp);
tty_port_open     422 drivers/misc/pti.c 	return tty_port_open(tty->port, tty, filp);
tty_port_open     762 drivers/mmc/core/sdio_uart.c 	return tty_port_open(&port->port, tty, filp);
tty_port_open    1042 drivers/staging/fwserial/fwserial.c 	return tty_port_open(&port->port, tty, fp);
tty_port_open      90 drivers/staging/gdm724x/gdm_tty.c 	return tty_port_open(&gdm->port, tty, filp);
tty_port_open     417 drivers/staging/greybus/uart.c 	return tty_port_open(&gb_tty->port, tty, file);
tty_port_open     516 drivers/tty/ehv_bytechan.c 	return tty_port_open(&bc->port, ttys, filp);
tty_port_open     176 drivers/tty/goldfish.c 	return tty_port_open(&qtty->port, tty, filp);
tty_port_open     865 drivers/tty/isicom.c 	return tty_port_open(tport, tty, filp);
tty_port_open     771 drivers/tty/mips_ejtag_fdc.c 	return tty_port_open(tty->port, tty, filp);
tty_port_open    1014 drivers/tty/mxser.c 	return tty_port_open(&info->port, tty, filp);
tty_port_open    1583 drivers/tty/nozomi.c 	return tty_port_open(&port->port, tty, filp);
tty_port_open     342 drivers/tty/serial/ifx6x60.c 	return tty_port_open(&saved_ifx_dev->tty_port, tty, filp);
tty_port_open     276 drivers/tty/serial/kgdb_nmi.c 	ret = tty_port_open(&priv->port, tty, file);
tty_port_open    1774 drivers/tty/serial/serial_core.c 	retval = tty_port_open(&state->port, tty, filp);
tty_port_open     701 drivers/tty/tty_port.c EXPORT_SYMBOL(tty_port_open);
tty_port_open      19 drivers/tty/ttynull.c 	return tty_port_open(&ttynull_port, tty, filp);
tty_port_open     776 drivers/tty/vcc.c 	return tty_port_open(tty->port, tty, vcc_file);
tty_port_open     633 drivers/usb/class/cdc-acm.c 	return tty_port_open(&acm->port, tty, filp);
tty_port_open     185 drivers/usb/host/xhci-dbgtty.c 	return tty_port_open(&port->port, tty, file);
tty_port_open     248 drivers/usb/serial/usb-serial.c 	return tty_port_open(&port->port, tty, filp);
tty_port_open     703 include/linux/tty.h extern int tty_port_open(struct tty_port *port,
tty_port_open     755 net/bluetooth/rfcomm/tty.c 	err = tty_port_open(&dev->port, tty, filp);