Searched refs:fcloop_class (Results 1 – 1 of 1) sorted by relevance
1479 static struct class *fcloop_class; variable1487 fcloop_class = class_create(THIS_MODULE, "fcloop"); in fcloop_init()1488 if (IS_ERR(fcloop_class)) { in fcloop_init()1490 ret = PTR_ERR(fcloop_class); in fcloop_init()1495 fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init()1508 class_destroy(fcloop_class); in fcloop_init()1566 device_destroy(fcloop_class, MKDEV(0, 0)); in fcloop_exit()1567 class_destroy(fcloop_class); in fcloop_exit()