line_install       61 arch/um/drivers/line.h extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
line_install       91 arch/um/drivers/ssl.c 	return line_install(driver, tty, &serial_lines[tty->index]);
line_install       97 arch/um/drivers/stdio_console.c 	return line_install(driver, tty, &vts[tty->index]);