Home
last modified time | relevance | path

Searched refs:nvme_class (Results 1 – 1 of 1) sorted by relevance

/drivers/nvme/host/
Dcore.c62 static struct class *nvme_class; variable
1958 device_destroy(nvme_class, MKDEV(nvme_char_major, ctrl->instance)); in nvme_uninit_ctrl()
2008 ctrl->device = device_create_with_groups(nvme_class, ctrl->dev, in nvme_init_ctrl()
2113 nvme_class = class_create(THIS_MODULE, "nvme"); in nvme_core_init()
2114 if (IS_ERR(nvme_class)) { in nvme_core_init()
2115 result = PTR_ERR(nvme_class); in nvme_core_init()
2128 class_destroy(nvme_class); in nvme_core_exit()