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/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
2000
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
3069
tty = tty_port_tty_get(port);
drivers/tty/serial/fsl_lpuart.c
3117
pm_wakeup_event(tty_port_tty_get(port)->dev, 0);
drivers/tty/serial/imx.c
2743
pm_wakeup_event(tty_port_tty_get(port)->dev, 0);
drivers/tty/serial/pch_uart.c
979
struct tty_struct *tty = tty_port_tty_get(&port->state->port);
drivers/tty/serial/samsung_tty.c
605
struct tty_struct *tty = tty_port_tty_get(&ourport->port.state->port);
drivers/tty/serial/samsung_tty.c
709
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
325
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
1057
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/digi_acceleport.c
1519
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/f81232.c
224
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/f81534.c
1037
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/ftdi_sio.c
2434
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/io_edgeport.c
1809
tty = tty_port_tty_get(&edge_port->port->port);
drivers/usb/serial/io_ti.c
1591
tty = tty_port_tty_get(&edge_port->port->port);
drivers/usb/serial/io_ti.c
1843
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/mct_u232.c
572
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/pl2303.c
1170
tty = tty_port_tty_get(&port->port);
drivers/usb/serial/ti_usb_3410_5052.c
1417
tty = tty_port_tty_get(&tport->tp_port->port);
include/linux/tty_port.h
242
struct tty_struct *tty_port_tty_get(struct tty_port *port);
include/linux/tty_port.h
293
.lock = tty_port_tty_get(tport),