Searched refs:vc_class (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvc_screen.c789 static const struct class vc_class = { variable in typeref:struct:class
795 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, "vcs%u", index + 1);
796 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, "vcsu%u", index + 1);
797 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, "vcsa%u", index + 1);
802 device_destroy(&vc_class, MKDEV(VCS_MAJOR, index + 1));
803 device_destroy(&vc_class, MKDEV(VCS_MAJOR, index + 65));
804 device_destroy(&vc_class, MKDEV(VCS_MAJOR, index + 129));
813 if (class_register(&vc_class))
814 panic("unable to create vc_class");
816 device_create(&vc_class, NUL
[all...]

Completed in 119 milliseconds