Symbol: tty_port_tty_set
drivers/net/usb/hso.c
1254
tty_port_tty_set(&serial->port, tty);
drivers/net/usb/hso.c
1309
tty_port_tty_set(&serial->port, NULL);
drivers/s390/char/con3215.c
1003
tty_port_tty_set(&raw->port, NULL);
drivers/s390/char/con3215.c
979
tty_port_tty_set(&raw->port, tty);
drivers/s390/char/con3270.c
1050
tty_port_tty_set(&tp->port, NULL);
drivers/s390/char/con3270.c
1223
tty_port_tty_set(port, tty);
drivers/s390/char/con3270.c
1238
tty_port_tty_set(&tp->port, NULL);
drivers/s390/char/sclp_tty.c
66
tty_port_tty_set(&sclp_port, tty);
drivers/s390/char/sclp_tty.c
77
tty_port_tty_set(&sclp_port, NULL);
drivers/s390/char/sclp_vt220.c
553
tty_port_tty_set(&sclp_vt220_port, tty);
drivers/s390/char/sclp_vt220.c
569
tty_port_tty_set(&sclp_vt220_port, NULL);
drivers/tty/hvc/hvc_console.c
362
tty_port_tty_set(&hp->port, tty);
drivers/tty/hvc/hvc_console.c
402
tty_port_tty_set(&hp->port, NULL);
drivers/tty/hvc/hvc_console.c
464
tty_port_tty_set(&hp->port, NULL);
drivers/tty/hvc/hvsi.c
715
tty_port_tty_set(&hp->port, tty);
drivers/tty/hvc/hvsi.c
775
tty_port_tty_set(&hp->port, NULL);
drivers/tty/hvc/hvsi.c
821
tty_port_tty_set(&hp->port, NULL);
drivers/tty/moxa.c
1233
tty_port_tty_set(&ch->port, tty);
drivers/tty/n_gsm.c
2740
tty_port_tty_set(&dlci->port, NULL);
drivers/tty/n_gsm.c
4350
tty_port_tty_set(port, tty);
drivers/tty/n_gsm.c
4387
tty_port_tty_set(&dlci->port, NULL);
drivers/tty/serial/serial_core.c
1833
tty_port_tty_set(port, NULL);
drivers/tty/tty_port.c
341
EXPORT_SYMBOL(tty_port_tty_set);
drivers/tty/tty_port.c
709
tty_port_tty_set(port, NULL);
drivers/tty/tty_port.c
756
tty_port_tty_set(port, tty);
drivers/usb/serial/console.c
124
tty_port_tty_set(&port->port, NULL);
drivers/usb/serial/console.c
151
tty_port_tty_set(&port->port, tty);
drivers/usb/serial/console.c
168
tty_port_tty_set(&port->port, NULL);
drivers/usb/serial/console.c
185
tty_port_tty_set(&port->port, NULL);
include/linux/tty_port.h
243
void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);