Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Dmain.c31 static struct class *cxlflash_class; variable
3629 char_dev = device_create(cxlflash_class, NULL, devno, in init_chrdev()
3906 cxlflash_class = class_create(THIS_MODULE, "cxlflash"); in cxlflash_class_init()
3907 if (IS_ERR(cxlflash_class)) { in cxlflash_class_init()
3908 rc = PTR_ERR(cxlflash_class); in cxlflash_class_init()
3913 cxlflash_class->devnode = cxlflash_devnode; in cxlflash_class_init()
3929 class_destroy(cxlflash_class); in cxlflash_class_exit()