Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c2980 struct tty_driver *console_driver; variable
3099 return console_driver; in vt_console_device()
3552 if (IS_ERR(console_driver)) in vty_init()
3555 console_driver->name = "tty"; in vty_init()
3556 console_driver->name_base = 1; in vty_init()
3557 console_driver->major = TTY_MAJOR; in vty_init()
3558 console_driver->minor_start = 1; in vty_init()
3559 console_driver->type = TTY_DRIVER_TYPE_CONSOLE; in vty_init()
3560 console_driver->init_termios = tty_std_termios; in vty_init()
3563 tty_set_operations(console_driver, &con_ops); in vty_init()
[all …]
/linux-6.3-rc2/drivers/tty/
A Dtty_io.c1921 extern struct tty_driver *console_driver; in tty_lookup_driver()
1923 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()
1929 struct tty_driver *console_driver = console_device(index); in tty_lookup_driver() local
1931 if (console_driver) { in tty_lookup_driver()
1932 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()

Completed in 25 milliseconds