/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_port.rst | 12 tty_port_close(), and tty_port_hangup() in respective 33 tty_port_close tty_port_close_start tty_port_close_end tty_port_hangup
|
/openbmc/linux/drivers/tty/ |
H A D | ttynull.c | 24 tty_port_close(&ttynull_port, tty, filp); in ttynull_close()
|
H A D | tty_port.c | 713 void tty_port_close(struct tty_port *port, struct tty_struct *tty, in tty_port_close() function 724 EXPORT_SYMBOL(tty_port_close);
|
H A D | rpmsg_tty.c | 73 return tty_port_close(tty->port, tty, filp); in rpmsg_tty_close()
|
H A D | goldfish.c | 180 tty_port_close(tty->port, tty, filp); in goldfish_tty_close()
|
H A D | ehv_bytechan.c | 529 tty_port_close(&bc->port, ttys, filp); in ehv_bc_tty_close()
|
H A D | vcc.c | 779 tty_port_close(tty->port, tty, vcc_file); in vcc_close()
|
H A D | mips_ejtag_fdc.c | 777 return tty_port_close(tty->port, tty, filp); in mips_ejtag_fdc_tty_close()
|
H A D | nozomi.c | 1589 tty_port_close(&port->port, tty, filp); in ntty_close()
|
H A D | mxser.c | 901 tty_port_close(tty->port, tty, filp); in mxser_close()
|
H A D | moxa.c | 1499 tty_port_close(&ch->port, tty, filp); in moxa_close()
|
/openbmc/linux/drivers/char/ |
H A D | ttyprintk.c | 100 tty_port_close(&tpkp->port, tty, filp); in tpk_close()
|
/openbmc/linux/include/linux/ |
H A D | tty_port.h | 245 void tty_port_close(struct tty_port *port, struct tty_struct *tty,
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 291 tty_port_close(&priv->port, tty, file); in kgdb_nmi_tty_close()
|
H A D | serial_core.c | 1775 tty_port_close(tty->port, tty, filp); in uart_close()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_tty.c | 108 tty_port_close(&gdm->port, tty, filp); in gdm_tty_close()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 218 tty_port_close(&port->port, tty, file); in dbc_tty_close()
|
/openbmc/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 137 tty_port_close(&channel->tty_port, tty, filp); in ipoctal_close()
|
/openbmc/linux/arch/um/drivers/ |
H A D | line.c | 348 tty_port_close(&line->port, tty, filp); in line_close()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 413 tty_port_close(&gb_tty->port, tty, file); in gb_tty_close()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 754 tty_port_close(&port->port, tty, filp); in sdio_uart_close()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 779 tty_port_close(&dev->port, tty, filp); in rfcomm_tty_close()
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | capi.c | 1077 tty_port_close(&mp->port, tty, filp); in capinc_tty_close()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | usb-serial.c | 329 tty_port_close(&port->port, tty, filp); in serial_close()
|
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-acm.c | 800 tty_port_close(&acm->port, tty, filp); in acm_tty_close()
|