vc_class          714 drivers/tty/vt/vc_screen.c static struct class *vc_class;
vc_class          718 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL,
vc_class          720 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL,
vc_class          722 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL,
vc_class          728 drivers/tty/vt/vc_screen.c 	device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 1));
vc_class          729 drivers/tty/vt/vc_screen.c 	device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 65));
vc_class          730 drivers/tty/vt/vc_screen.c 	device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 129));
vc_class          739 drivers/tty/vt/vc_screen.c 	vc_class = class_create(THIS_MODULE, "vc");
vc_class          741 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs");
vc_class          742 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu");
vc_class          743 drivers/tty/vt/vc_screen.c 	device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa");