Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c3259 struct tty_driver *console_driver; variable
3379 return console_driver; in vt_console_device()
3822 console_driver = tty_alloc_driver(MAX_NR_CONSOLES, TTY_DRIVER_REAL_RAW | in vty_init()
3824 if (IS_ERR(console_driver)) in vty_init()
3827 console_driver->name = "tty"; in vty_init()
3828 console_driver->name_base = 1; in vty_init()
3829 console_driver->major = TTY_MAJOR; in vty_init()
3830 console_driver->minor_start = 1; in vty_init()
3831 console_driver->type = TTY_DRIVER_TYPE_CONSOLE; in vty_init()
3832 console_driver in vty_init()
[all...]
/linux/drivers/tty/
H A Dtty_io.c1913 extern struct tty_driver *console_driver; in tty_lookup_driver()
1915 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()
1921 struct tty_driver *console_driver = console_device(index); in tty_lookup_driver() local
1923 if (console_driver) { in tty_lookup_driver()
1924 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()