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

/linux-master/drivers/nvme/target/
H A Dfcloop.c1559 static const struct class fcloop_class = { variable in typeref:struct:class
1569 ret = class_register(&fcloop_class);
1576 &fcloop_class, NULL, MKDEV(0, 0), NULL,
1589 class_unregister(&fcloop_class);
1647 device_destroy(&fcloop_class, MKDEV(0, 0));
1648 class_unregister(&fcloop_class);

Completed in 257 milliseconds