Home
last modified time | relevance | path

Searched defs:fw_mgmt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Dfw-management.c23 struct fw_mgmt { struct
24 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; argument
66 struct fw_mgmt *fw_mgmt = container_of(kref, struct fw_mgmt, kref); in fw_mgmt_kref_release() argument
[all …]