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