Searched refs:nvme_ns_chr_devt (Results 1 – 1 of 1) sorted by relevance
112 static dev_t nvme_ns_chr_devt; variable3572 cdev_device->devt = MKDEV(MAJOR(nvme_ns_chr_devt), minor); in nvme_cdev_add()4664 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()4678 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_init()4700 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_exit()