Searched refs:vmlogrdr_major (Results 1 – 1 of 1) sorted by relevance
158 static int vmlogrdr_major = 0; variable741 MKDEV(vmlogrdr_major, in vmlogrdr_register_device()757 device_destroy(&vmlogrdr_class, MKDEV(vmlogrdr_major, priv->minor_num)); in vmlogrdr_unregister_device()799 if (vmlogrdr_major) { in vmlogrdr_cleanup()800 unregister_chrdev_region(MKDEV(vmlogrdr_major, 0), MAXMINOR); in vmlogrdr_cleanup()801 vmlogrdr_major=0; in vmlogrdr_cleanup()822 vmlogrdr_major = MAJOR(dev); in vmlogrdr_init()