Lines Matching refs:TTYAUX_MAJOR
1887 if (device != MKDEV(TTYAUX_MAJOR, 0)) in tty_open_current_tty()
1933 case MKDEV(TTYAUX_MAJOR, 1): { in tty_lookup_driver()
2158 device == MKDEV(TTYAUX_MAJOR, 1) || in tty_open()
3500 if (dev->devt == MKDEV(TTYAUX_MAJOR, 0) || in tty_devnode()
3501 dev->devt == MKDEV(TTYAUX_MAJOR, 2)) in tty_devnode()
3582 if (cdev_add(&tty_cdev, MKDEV(TTYAUX_MAJOR, 0), 1) || in tty_init()
3583 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 0), 1, "/dev/tty") < 0) in tty_init()
3585 device_create(tty_class, NULL, MKDEV(TTYAUX_MAJOR, 0), NULL, "tty"); in tty_init()
3588 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()
3589 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 1), 1, "/dev/console") < 0) in tty_init()
3592 MKDEV(TTYAUX_MAJOR, 1), NULL, in tty_init()