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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvc_screen.c479 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, tty->index + 1),
481 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, tty->index + 129),
487 device_destroy(vc_class, MKDEV(VCS_MAJOR, tty->index + 1));
488 device_destroy(vc_class, MKDEV(VCS_MAJOR, tty->index + 129));
493 if (register_chrdev(VCS_MAJOR, "vcs", &vcs_fops))
494 panic("unable to get major %d for vcs device", VCS_MAJOR);
497 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), "vcs");
498 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), "vcsa");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmajor.h20 #define VCS_MAJOR 7 macro

Completed in 62 milliseconds