Home
last modified time | relevance | path

Searched refs:LP_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/char/
Dlp.c881 device_create(lp_class, port->dev, MKDEV(LP_MAJOR, nr), NULL, in lp_register()
975 if (register_chrdev (LP_MAJOR, "lp", &lp_fops)) { in lp_init()
976 printk (KERN_ERR "lp: unable to get major %d\n", LP_MAJOR); in lp_init()
1005 unregister_chrdev(LP_MAJOR, "lp"); in lp_init()
1047 unregister_chrdev(LP_MAJOR, "lp"); in lp_cleanup_module()
1052 device_destroy(lp_class, MKDEV(LP_MAJOR, offset)); in lp_cleanup_module()
1061 MODULE_ALIAS_CHARDEV_MAJOR(LP_MAJOR);
/linux-2.6.39/include/linux/
Dmajor.h19 #define LP_MAJOR 6 macro