Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dconsole.h180 extern struct tty_driver *console_device(int *);
/Linux-v5.15/kernel/printk/
Dprintk.c2804 struct tty_driver *console_device(int *index) in console_device() function
/Linux-v5.15/drivers/tty/
Dtty_io.c1946 struct tty_driver *console_driver = console_device(index); in tty_lookup_driver()