Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dfcloop.c1570 static const struct class fcloop_class = { variable
1580 ret = class_register(&fcloop_class); in fcloop_init()
1587 &fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init()
1600 class_unregister(&fcloop_class); in fcloop_init()
1658 device_destroy(&fcloop_class, MKDEV(0, 0)); in fcloop_exit()
1659 class_unregister(&fcloop_class); in fcloop_exit()