Lines Matching defs:vc_class
789 static struct class *vc_class;
793 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL,
795 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL,
797 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL,
803 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 1));
804 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 65));
805 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 129));
814 vc_class = class_create("vc");
816 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs");
817 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu");
818 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa");