Searched refs:tty_cdev (Results 1 – 1 of 1) sorted by relevance
3616 static struct cdev tty_cdev, console_cdev; variable3678 cdev_init(&tty_cdev, &tty_fops); in tty_init()3679 if (cdev_add(&tty_cdev, MKDEV(TTYAUX_MAJOR, 0), 1) || in tty_init()