Lines Matching refs:TTYAUX_MAJOR
1807 if (device != MKDEV(TTYAUX_MAJOR, 0)) in tty_open_current_tty()
1853 case MKDEV(TTYAUX_MAJOR, 1): { in tty_lookup_driver()
2078 device == MKDEV(TTYAUX_MAJOR, 1) || in tty_open()
3414 if (dev->devt == MKDEV(TTYAUX_MAJOR, 0) || in tty_devnode()
3415 dev->devt == MKDEV(TTYAUX_MAJOR, 2)) in tty_devnode()
3496 if (cdev_add(&tty_cdev, MKDEV(TTYAUX_MAJOR, 0), 1) || in tty_init()
3497 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 0), 1, "/dev/tty") < 0) in tty_init()
3499 device_create(tty_class, NULL, MKDEV(TTYAUX_MAJOR, 0), NULL, "tty"); in tty_init()
3502 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()
3503 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 1), 1, "/dev/console") < 0) in tty_init()
3506 MKDEV(TTYAUX_MAJOR, 1), NULL, in tty_init()