Searched defs:ipath_class (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2430 static struct class *ipath_class; variable in typeref:struct:class
2461 device = device_create(ipath_class, NULL, dev, NULL, name);
2533 ipath_class = class_create(THIS_MODULE, IPATH_DRV_NAME);
2535 if (IS_ERR(ipath_class)) {
2536 ret = PTR_ERR(ipath_class);
2551 if (ipath_class) {
2552 class_destroy(ipath_class);
2553 ipath_class = NULL;

Completed in 30 milliseconds