Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/greybus/
Dfw-management.c58 static const struct class fw_mgmt_class = { variable
631 fw_mgmt->class_device = device_create(&fw_mgmt_class, fw_mgmt->parent, in gb_fw_mgmt_connection_init()
666 device_destroy(&fw_mgmt_class, fw_mgmt->dev_num); in gb_fw_mgmt_connection_exit()
698 ret = class_register(&fw_mgmt_class); in fw_mgmt_init()
710 class_unregister(&fw_mgmt_class); in fw_mgmt_init()
717 class_unregister(&fw_mgmt_class); in fw_mgmt_exit()