Searched refs:fcloop_class (Results 1 – 1 of 1) sorted by relevance
1695 static const struct class fcloop_class = { variable1710 ret = class_register(&fcloop_class); in fcloop_init()1717 &fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init()1730 class_unregister(&fcloop_class); in fcloop_init()1798 device_destroy(&fcloop_class, MKDEV(0, 0)); in fcloop_exit()1799 class_unregister(&fcloop_class); in fcloop_exit()