Symbol: tty_port_tty_get
arch/um/drivers/line.c
309
struct tty_struct *tty = tty_port_tty_get(port);
arch/um/drivers/line.c
507
struct tty_struct *tty = tty_port_tty_get(&line->port);
arch/um/drivers/line.c
653
tty = tty_port_tty_get(winch->port);
arch/um/drivers/line.c
722
wtty = tty_port_tty_get(winch->port);
drivers/isdn/capi/capi.c
323
tty = tty_port_tty_get(&mp->port);
drivers/isdn/capi/capi.c
410
tty = tty_port_tty_get(&mp->port);
drivers/isdn/capi/capi.c
494
tty = tty_port_tty_get(&mp->port);
drivers/mmc/core/sdio_uart.c
422
tty = tty_port_tty_get(&port->port);
drivers/mmc/core/sdio_uart.c
472
tty = tty_port_tty_get(&port->port);
drivers/net/usb/hso.c
2002
tty = tty_port_tty_get(&serial->port);
drivers/s390/char/con3215.c
357
tty = tty_port_tty_get(&raw->port);
drivers/s390/char/con3270.c
1046
struct tty_struct *tty = tty_port_tty_get(&tp->port);
drivers/s390/char/keyboard.c
491
tty = tty_port_tty_get(kbd->port);
drivers/s390/char/sclp_tty.c
318
struct tty_struct *tty = tty_port_tty_get(&sclp_port);
drivers/tty/hvc/hvc_console.c
572
tty = tty_port_tty_get(&hp->port);
drivers/tty/hvc/hvc_console.c
661
tty = tty_port_tty_get(&hp->port);
drivers/tty/hvc/hvc_console.c
982
tty = tty_port_tty_get(&hp->port);
drivers/tty/hvc/hvcs.c
809
tty = tty_port_tty_get(&hvcsd->port);
drivers/tty/hvc/hvsi.c
485
tty = tty_port_tty_get(&hp->port);
drivers/tty/hvc/hvsi_lib.c
381
pv->tty = tty_port_tty_get(&hp->port);
drivers/tty/mips_ejtag_fdc.c
466
tty = tty_port_tty_get(&dport->port);
drivers/tty/moxa.c
1416
struct tty_struct *tty = tty_port_tty_get(&p->port);
drivers/tty/n_gsm.c
1714
tty = tty_port_tty_get(&dlci->port);
drivers/tty/n_gsm.c
2424
tty = tty_port_tty_get(port);
drivers/tty/n_gsm.c
2727
struct tty_struct *tty = tty_port_tty_get(&dlci->port);
drivers/tty/nozomi.c
758
struct tty_struct *tty = tty_port_tty_get(&port->port);
drivers/tty/serdev/serdev-ttyport.c
52
tty = tty_port_tty_get(port);
drivers/tty/serial/fsl_lpuart.c
3060
tty = tty_port_tty_get(port);
drivers/tty/serial/fsl_lpuart.c
3108
pm_wakeup_event(tty_port_tty_get(port)->dev, 0);
drivers/tty/serial/imx.c
2742
pm_wakeup_event(tty_port_tty_get(port)->dev, 0);
drivers/tty/serial/pch_uart.c
972
struct tty_struct *tty = tty_port_tty_get(&port->state->port);
drivers/tty/serial/samsung_tty.c
613
struct tty_struct *tty = tty_port_tty_get(&ourport->port.state->port);
drivers/tty/serial/samsung_tty.c
717
struct tty_struct *tty = tty_port_tty_get(&ourport->port.state->port);
drivers/tty/serial/serial-tegra.c
703
struct tty_struct *tty = tty_port_tty_get(&tup->uport.state->port);
drivers/tty/tty_port.c
304
EXPORT_SYMBOL(tty_port_tty_get);
drivers/usb/serial/ch341.c
763
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/cypress_m8.c
1051
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/digi_acceleport.c
1479
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/f81232.c
227
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/f81534.c
1038
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/ftdi_sio.c
2433
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/io_edgeport.c
1808
tty = tty_port_tty_get(&edge_port->port->port);
drivers/usb/serial/io_ti.c
1576
tty = tty_port_tty_get(&edge_port->port->port);
drivers/usb/serial/io_ti.c
1828
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/mct_u232.c
568
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/pl2303.c
1173
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/ti_usb_3410_5052.c
1419
tty = tty_port_tty_get(&tport->tp_port->port);
include/linux/tty_port.h
229
struct tty_struct *tty_port_tty_get(struct tty_port *port);
include/linux/tty_port.h
280
.lock = tty_port_tty_get(tport),