Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c1576 static const struct class fcloop_class = { variable
1586 ret = class_register(&fcloop_class); in fcloop_init()
1593 &fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init()
1606 class_unregister(&fcloop_class); in fcloop_init()
1664 device_destroy(&fcloop_class, MKDEV(0, 0)); in fcloop_exit()
1665 class_unregister(&fcloop_class); in fcloop_exit()