Searched refs:line_install (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | line.h | 61 extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
|
H A D | ssl.c | 91 return line_install(driver, tty, &serial_lines[tty->index]); in ssl_install()
|
H A D | stdio_console.c | 97 return line_install(driver, tty, &vts[tty->index]); in con_install()
|
H A D | line.c | 325 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install() function
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | line.h | 61 extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
|
H A D | stdio_console.c | 95 return line_install(driver, tty, &vts[tty->index]); in con_install()
|
H A D | ssl.c | 89 return line_install(driver, tty, &serial_lines[tty->index]); in ssl_install()
|
H A D | line.c | 330 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install() function
|
Completed in 5 milliseconds