Searched refs:fw_mgmt_class (Results 1 – 1 of 1) sorted by relevance
58 static struct class *fw_mgmt_class; variable632 fw_mgmt->class_device = device_create(fw_mgmt_class, fw_mgmt->parent, in gb_fw_mgmt_connection_init()667 device_destroy(fw_mgmt_class, fw_mgmt->dev_num); in gb_fw_mgmt_connection_exit()699 fw_mgmt_class = class_create("gb_fw_mgmt"); in fw_mgmt_init()700 if (IS_ERR(fw_mgmt_class)) in fw_mgmt_init()701 return PTR_ERR(fw_mgmt_class); in fw_mgmt_init()711 class_destroy(fw_mgmt_class); in fw_mgmt_init()718 class_destroy(fw_mgmt_class); in fw_mgmt_exit()