Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoechr.c52 static struct class *aoe_class; variable
295 aoe_class = class_create(THIS_MODULE, "aoe"); in aoechr_init()
296 if (IS_ERR(aoe_class)) { in aoechr_init()
298 return PTR_ERR(aoe_class); in aoechr_init()
300 aoe_class->devnode = aoe_devnode; in aoechr_init()
303 device_create(aoe_class, NULL, in aoechr_init()
316 device_destroy(aoe_class, MKDEV(AOE_MAJOR, chardevs[i].minor)); in aoechr_exit()
317 class_destroy(aoe_class); in aoechr_exit()