Symbol: tty_port_tty_set
drivers/net/usb/hso.c
1256
tty_port_tty_set(&serial->port, tty);
drivers/net/usb/hso.c
1311
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
556
tty_port_tty_set(&sclp_vt220_port, tty);
drivers/s390/char/sclp_vt220.c
572
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
1837
tty_port_tty_set(port, NULL);
drivers/tty/tty_port.c
320
EXPORT_SYMBOL(tty_port_tty_set);
drivers/tty/tty_port.c
688
tty_port_tty_set(port, NULL);
drivers/tty/tty_port.c
734
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
230
void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);