Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c936 device_create(lp_class, port->dev, MKDEV(LP_MAJOR, nr), NULL, in lp_register()
1008 device_destroy(lp_class, MKDEV(LP_MAJOR, n)); in lp_detach()
1048 if (register_chrdev(LP_MAJOR, "lp", &lp_fops)) { in lp_init()
1049 printk(KERN_ERR "lp: unable to get major %d\n", LP_MAJOR); in lp_init()
1078 unregister_chrdev(LP_MAJOR, "lp"); in lp_init()
1118 unregister_chrdev(LP_MAJOR, "lp"); in lp_cleanup_module()
1126 MODULE_ALIAS_CHARDEV_MAJOR(LP_MAJOR); variable
/kernel/linux/linux-6.6/drivers/char/
H A Dlp.c937 device_create(&lp_class, port->dev, MKDEV(LP_MAJOR, nr), NULL, in lp_register()
1009 device_destroy(&lp_class, MKDEV(LP_MAJOR, n)); in lp_detach()
1049 if (register_chrdev(LP_MAJOR, "lp", &lp_fops)) { in lp_init()
1050 printk(KERN_ERR "lp: unable to get major %d\n", LP_MAJOR); in lp_init()
1077 unregister_chrdev(LP_MAJOR, "lp"); in lp_init()
1117 unregister_chrdev(LP_MAJOR, "lp"); in lp_cleanup_module()
1125 MODULE_ALIAS_CHARDEV_MAJOR(LP_MAJOR); variable
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmajor.h20 #define LP_MAJOR 6 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmajor.h20 #define LP_MAJOR 6 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmajor.h31 #define LP_MAJOR 6 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmajor.h31 #define LP_MAJOR 6 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmajor.h18 #define LP_MAJOR 6 macro

Completed in 6 milliseconds