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

/drivers/tty/
H A Dtty_port.c37 * tty_port_link_device - link tty and tty_port
47 void tty_port_link_device(struct tty_port *port, function
54 EXPORT_SYMBOL_GPL(tty_port_link_device); variable
65 * Call tty_port_link_device as a last resort.
71 tty_port_link_device(port, driver, index);
87 * (or both). Call tty_port_link_device as a last resort.
94 tty_port_link_device(port, driver, index);
573 * (or both). Call tty_port_link_device as a last resort.

Completed in 66 milliseconds