Lines Matching defs:pldmfw_priv
20 struct pldmfw_priv { struct
21 struct pldmfw *context;
22 const struct firmware *fw;
25 size_t offset;
27 struct list_head records;
28 struct list_head components;
31 const struct __pldm_header *header;
32 u16 total_header_size;
35 u16 component_bitmap_len;
36 u16 bitmap_size;
39 u16 component_count;
40 const u8 *component_start;
65 pldm_check_fw_space(struct pldmfw_priv *data, size_t offset, size_t length) in pldm_check_fw_space() argument