Home
last modified time | relevance | path

Searched refs:tty_port_close_end (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/tty/
Dtty_port.c681 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end() function
700 EXPORT_SYMBOL(tty_port_close_end);
723 tty_port_close_end(port, tty); in tty_port_close()
Damiserial.c1262 tty_port_close_end(port, tty); in rs_close()
Dn_gsm.c3555 tty_port_close_end(&dlci->port, tty); in gsmtty_close()
Dsynclink_gt.c673 tty_port_close_end(&info->port, tty); in close()
/linux-6.1.9/Documentation/driver-api/tty/
Dtty_port.rst33 tty_port_close tty_port_close_start tty_port_close_end tty_port_hangup
/linux-6.1.9/include/linux/
Dtty_port.h243 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c2343 tty_port_close_end(port, tty); in mgslpc_close()