Searched refs:nvme_ns_chr_devt (Results 1 – 1 of 1) sorted by relevance
145 static dev_t nvme_ns_chr_devt; variable3833 cdev_device->devt = MKDEV(MAJOR(nvme_ns_chr_devt), minor); in nvme_cdev_add()5394 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()5411 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_init()5434 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_exit()