Searched defs:pldmfw_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | pldmfw.h | 154 struct pldmfw_ops { struct 155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); 156 int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length); 157 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component, 159 int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component); 160 int (*finalize_update)(struct pldmfw *context);
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pldmfw.h | 154 struct pldmfw_ops { struct 155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); 156 int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length); 157 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component, 159 int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component); 160 int (*finalize_update)(struct pldmfw *context);
|