Searched defs:fw_upload_priv (Results 1 – 2 of 2) sorted by relevance
27 struct fw_upload_priv { struct28 struct fw_upload *fw_upload;29 struct module *module;30 const char *name;31 const struct fw_upload_ops *ops;32 struct mutex lock; /* protect data structure contents */33 struct work_struct work;34 const u8 *data; /* pointer to update data */35 u32 remaining_size; /* size remaining to transfer */36 enum fw_upload_prog progress;[all …]
81 void *fw_upload_priv; member