Searched refs:vc0_cdev (Results 1 – 1 of 1) sorted by relevance
2965 static struct cdev vc0_cdev; variable2976 cdev_init(&vc0_cdev, console_fops); in vty_init()2977 if (cdev_add(&vc0_cdev, MKDEV(TTY_MAJOR, 0), 1) || in vty_init()