Home
last modified time | relevance | path

Searched refs:fw_mgmt_class (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Dfw-management.c58 static struct class *fw_mgmt_class; variable
632 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()