Searched defs:fw_mgmt (Results 1 – 1 of 1) sorted by relevance
23 struct fw_mgmt { struct24 struct device *parent;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;58 static struct class *fw_mgmt_class; argument66 struct fw_mgmt *fw_mgmt = container_of(kref, struct fw_mgmt, kref); in fw_mgmt_kref_release() argument[all …]