Searched defs:fw_mgmt (Results 1 – 1 of 1) sorted by relevance
23 struct fw_mgmt { struct24 struct device *parent;25 struct gb_connection *connection;26 struct kref kref;27 struct list_head node;30 struct ida id_map;31 struct mutex mutex;32 struct completion completion;33 struct cdev cdev;34 struct device *class_device;[all …]