Home
last modified time | relevance | path

Searched refs:line_install (Results 1 – 4 of 4) sorted by relevance

/arch/um/drivers/
Dline.h61 extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
Dstdio_console.c97 return line_install(driver, tty, &vts[tty->index]); in con_install()
Dssl.c92 return line_install(driver, tty, &serial_lines[tty->index]); in ssl_install()
Dline.c337 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install() function