Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_io.c3528 static struct cdev tty_cdev, console_cdev; variable
3597 cdev_init(&console_cdev, &console_fops); in tty_init()
3598 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()