Searched refs:console_driver (Results 1 – 2 of 2) sorted by relevance
3177 struct tty_driver *console_driver; variable3297 return console_driver; in vt_console_device()3740 if (IS_ERR(console_driver)) in vty_init()3743 console_driver->name = "tty"; in vty_init()3744 console_driver->name_base = 1; in vty_init()3745 console_driver->major = TTY_MAJOR; in vty_init()3746 console_driver->minor_start = 1; in vty_init()3747 console_driver->type = TTY_DRIVER_TYPE_CONSOLE; in vty_init()3748 console_driver->init_termios = tty_std_termios; in vty_init()3751 tty_set_operations(console_driver, &con_ops); in vty_init()[all …]
1922 extern struct tty_driver *console_driver; in tty_lookup_driver()1924 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()1930 struct tty_driver *console_driver = console_device(index); in tty_lookup_driver() local1932 if (console_driver) { in tty_lookup_driver()1933 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()