Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_io.c3432 static struct cdev tty_cdev, console_cdev; variable
3501 cdev_init(&console_cdev, &console_fops); in tty_init()
3502 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()