Searched refs:adpt_sysfs_class (Results 1 – 1 of 1) sorted by relevance
115 static struct class *adpt_sysfs_class; variable268 adpt_sysfs_class = class_create(THIS_MODULE, "dpt_i2o"); in adpt_detect()269 if (IS_ERR(adpt_sysfs_class)) { in adpt_detect()271 adpt_sysfs_class = NULL; in adpt_detect()282 if (adpt_sysfs_class) { in adpt_detect()283 struct device *dev = device_create(adpt_sysfs_class, in adpt_detect()1150 if (adpt_sysfs_class) in adpt_i2o_delete_hba()1151 device_destroy(adpt_sysfs_class, in adpt_i2o_delete_hba()1157 if (adpt_sysfs_class) { in adpt_i2o_delete_hba()1158 class_destroy(adpt_sysfs_class); in adpt_i2o_delete_hba()[all …]