Searched refs:nvme_ns_chr_devt (Results 1 – 1 of 1) sorted by relevance
120 static dev_t nvme_ns_chr_devt; variable3334 cdev_device->devt = MKDEV(MAJOR(nvme_ns_chr_devt), minor); in nvme_cdev_add()4749 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()4768 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_init()4791 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_exit()