Searched defs:tty_port_tty_set (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_port.c183 * tty_port_tty_set - set the tty of a port
191 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) function
201 EXPORT_SYMBOL(tty_port_tty_set); variable
561 tty_port_tty_set(port, NULL);
597 tty_port_tty_set(port, tty);

Completed in 13 milliseconds