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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvc_screen.c480 static struct class *vc_class; variable in typeref:struct:class
484 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL,
486 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL,
492 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 1));
493 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 129));
502 vc_class = class_create(THIS_MODULE, "vc");
504 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs");
505 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa");

Completed in 124 milliseconds