Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/vt/
H A Dvt.c3708 static struct cdev vc0_cdev; variable
3726 cdev_init(&vc0_cdev, console_fops); in vty_init()
3727 if (cdev_add(&vc0_cdev, MKDEV(TTY_MAJOR, 0), 1) || in vty_init()