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