Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dtty_io.c3522 static struct cdev tty_cdev, console_cdev; variable
3627 cdev_init(&console_cdev, &console_fops); in tty_init()
3628 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()