Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c3406 struct tty_driver *console_driver; variable
3526 return console_driver; in vt_console_device()
3963 console_driver = tty_alloc_driver(MAX_NR_CONSOLES, TTY_DRIVER_REAL_RAW | in vty_init()
3965 if (IS_ERR(console_driver)) in vty_init()
3968 console_driver->name = "tty"; in vty_init()
3969 console_driver->name_base = 1; in vty_init()
3970 console_driver->major = TTY_MAJOR; in vty_init()
3971 console_driver->minor_start = 1; in vty_init()
3972 console_driver->type = TTY_DRIVER_TYPE_CONSOLE; in vty_init()
3973 console_driver->init_termios = tty_std_termios; in vty_init()
[all …]