Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
A Dvt.c3037 struct tty_driver *console_driver; variable
3156 return console_driver; in vt_console_device()
3604 if (IS_ERR(console_driver)) in vty_init()
3607 console_driver->name = "tty"; in vty_init()
3608 console_driver->name_base = 1; in vty_init()
3609 console_driver->major = TTY_MAJOR; in vty_init()
3610 console_driver->minor_start = 1; in vty_init()
3611 console_driver->type = TTY_DRIVER_TYPE_CONSOLE; in vty_init()
3612 console_driver->init_termios = tty_std_termios; in vty_init()
3615 tty_set_operations(console_driver, &con_ops); in vty_init()
[all …]
/linux/drivers/tty/
A Dtty_io.c1938 extern struct tty_driver *console_driver; in tty_lookup_driver()
1940 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()
1946 struct tty_driver *console_driver = console_device(index); in tty_lookup_driver() local
1948 if (console_driver) { in tty_lookup_driver()
1949 driver = tty_driver_kref_get(console_driver); in tty_lookup_driver()
/linux/
A DSystem.map162482 ffff800012141fb0 B console_driver
A D.tmp_System.map162482 ffff800012141fb0 B console_driver

Completed in 347 milliseconds