Searched refs:nvme_ns_chr_devt (Results 1 – 1 of 1) sorted by relevance
143 static dev_t nvme_ns_chr_devt; variable3577 cdev_device->devt = MKDEV(MAJOR(nvme_ns_chr_devt), minor); in nvme_cdev_add()5103 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()5120 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_init()5143 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_exit()