Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c3518 static struct cdev tty_cdev, console_cdev; variable
3587 cdev_init(&console_cdev, &console_fops); in tty_init()
3588 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()