Symbol: tty_port_destroy
arch/alpha/kernel/srmcons.c
232
tty_port_destroy(&srmcons_singleton.port);
arch/m68k/emu/nfcon.c
153
tty_port_destroy(&nfcon_tty_port);
arch/m68k/emu/nfcon.c
170
tty_port_destroy(&nfcon_tty_port);
arch/um/drivers/line.c
579
tty_port_destroy(&lines[i].port);
arch/xtensa/platforms/iss/console.c
134
tty_port_destroy(&serial_port);
arch/xtensa/platforms/iss/console.c
149
tty_port_destroy(&serial_port);
drivers/char/ttyprintk.c
216
tty_port_destroy(&tpk_port.port);
drivers/char/ttyprintk.c
225
tty_port_destroy(&tpk_port.port);
drivers/ipack/devices/ipoctal.c
413
tty_port_destroy(&channel->tty_port);
drivers/ipack/devices/ipoctal.c
722
tty_port_destroy(&channel->tty_port);
drivers/misc/bcm-vk/bcm_vk_tty.c
312
tty_port_destroy(&vk->tty[i].port);
drivers/net/usb/hso.c
2242
tty_port_destroy(&serial->port);
drivers/s390/char/con3215.c
697
tty_port_destroy(&raw->port);
drivers/s390/char/con3270.c
884
tty_port_destroy(&tp->port);
drivers/s390/char/sclp_tty.c
568
tty_port_destroy(&sclp_port);
drivers/s390/char/sclp_vt220.c
675
tty_port_destroy(&sclp_vt220_port);
drivers/s390/char/sclp_vt220.c
708
tty_port_destroy(&sclp_vt220_port);
drivers/tty/amiserial.c
1564
tty_port_destroy(&state->tport);
drivers/tty/amiserial.c
1575
tty_port_destroy(&state->tport);
drivers/tty/ehv_bytechan.c
727
tty_port_destroy(&bc->port);
drivers/tty/goldfish.c
398
tty_port_destroy(&qtty->port);
drivers/tty/goldfish.c
420
tty_port_destroy(&qtty->port);
drivers/tty/hvc/hvsi.c
1213
tty_port_destroy(&hp->port);
drivers/tty/ipwireless/tty.c
541
tty_port_destroy(&ttyj->port);
drivers/tty/mips_ejtag_fdc.c
1043
tty_port_destroy(&dport->port);
drivers/tty/moxa.c
1014
tty_port_destroy(&brd->ports[i].port);
drivers/tty/moxa.c
1034
tty_port_destroy(&brd->ports[a].port);
drivers/tty/mxser.c
1806
tty_port_destroy(&brd->ports[i].port);
drivers/tty/mxser.c
1820
tty_port_destroy(&brd->ports[i].port);
drivers/tty/nozomi.c
1392
tty_port_destroy(&port->port);
drivers/tty/nozomi.c
1402
tty_port_destroy(&dc->port[i].port);
drivers/tty/nozomi.c
1436
tty_port_destroy(&dc->port[i].port);
drivers/tty/serial/serial_core.c
2763
tty_port_destroy(&drv->state[i].port);
drivers/tty/serial/serial_core.c
2790
tty_port_destroy(&drv->state[i].port);
drivers/tty/synclink_gt.c
3533
tty_port_destroy(&port_array[i]->port);
drivers/tty/synclink_gt.c
3658
tty_port_destroy(&tmp->port);
drivers/tty/tty_port.c
261
EXPORT_SYMBOL(tty_port_destroy);
drivers/tty/tty_port.c
271
tty_port_destroy(port);
drivers/tty/ttynull.c
103
tty_port_destroy(&ttynull_port);
drivers/tty/ttynull.c
88
tty_port_destroy(&ttynull_port);
drivers/tty/vcc.c
1001
tty_port_destroy(tty->port);
drivers/usb/gadget/function/u_serial.c
1261
tty_port_destroy(&port->port);
drivers/usb/host/xhci-dbgtty.c
483
tty_port_destroy(&port->port);
drivers/usb/serial/usb-serial.c
681
tty_port_destroy(&port->port);
include/linux/tty_port.h
158
void tty_port_destroy(struct tty_port *port);