Searched refs:adpt_sysfs_class (Results 1 – 1 of 1) sorted by relevance
112 static struct class *adpt_sysfs_class; variable265 adpt_sysfs_class = class_create(THIS_MODULE, "dpt_i2o"); in adpt_detect()266 if (IS_ERR(adpt_sysfs_class)) { in adpt_detect()268 adpt_sysfs_class = NULL; in adpt_detect()279 if (adpt_sysfs_class) { in adpt_detect()280 struct device *dev = device_create(adpt_sysfs_class, in adpt_detect()1105 if (adpt_sysfs_class) in adpt_i2o_delete_hba()1106 device_destroy(adpt_sysfs_class, in adpt_i2o_delete_hba()1112 if (adpt_sysfs_class) { in adpt_i2o_delete_hba()1113 class_destroy(adpt_sysfs_class); in adpt_i2o_delete_hba()[all …]