Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/cxlflash/
Dmain.c31 static struct class *cxlflash_class; variable
3601 char_dev = device_create(cxlflash_class, NULL, devno, in init_chrdev()
3879 cxlflash_class = class_create(THIS_MODULE, "cxlflash"); in cxlflash_class_init()
3880 if (IS_ERR(cxlflash_class)) { in cxlflash_class_init()
3881 rc = PTR_ERR(cxlflash_class); in cxlflash_class_init()
3886 cxlflash_class->devnode = cxlflash_devnode; in cxlflash_class_init()
3902 class_destroy(cxlflash_class); in cxlflash_class_exit()