Searched refs:vmlogrdr_major (Results 1 – 1 of 1) sorted by relevance
159 static int vmlogrdr_major = 0; variable758 MKDEV(vmlogrdr_major, in vmlogrdr_register_device()774 device_destroy(vmlogrdr_class, MKDEV(vmlogrdr_major, priv->minor_num)); in vmlogrdr_unregister_device()816 if (vmlogrdr_major) { in vmlogrdr_cleanup()817 unregister_chrdev_region(MKDEV(vmlogrdr_major, 0), MAXMINOR); in vmlogrdr_cleanup()818 vmlogrdr_major=0; in vmlogrdr_cleanup()839 vmlogrdr_major = MAJOR(dev); in vmlogrdr_init()