Searched refs:adpt_sysfs_class (Results 1 – 1 of 1) sorted by relevance
115 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()1149 if (adpt_sysfs_class) in adpt_i2o_delete_hba()1150 device_destroy(adpt_sysfs_class, in adpt_i2o_delete_hba()1156 if (adpt_sysfs_class) { in adpt_i2o_delete_hba()1157 class_destroy(adpt_sysfs_class); in adpt_i2o_delete_hba()[all …]