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