Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/aoe/
Daoechr.c52 static struct class *aoe_class; variable
293 aoe_class = class_create(THIS_MODULE, "aoe"); in aoechr_init()
294 if (IS_ERR(aoe_class)) { in aoechr_init()
296 return PTR_ERR(aoe_class); in aoechr_init()
298 aoe_class->devnode = aoe_devnode; in aoechr_init()
301 device_create(aoe_class, NULL, in aoechr_init()
314 device_destroy(aoe_class, MKDEV(AOE_MAJOR, chardevs[i].minor)); in aoechr_exit()
315 class_destroy(aoe_class); in aoechr_exit()