Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_io.c3525 static struct cdev tty_cdev, console_cdev; variable
3648 cdev_init(&console_cdev, &console_fops); in tty_init()
3649 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()

Completed in 8 milliseconds