Lines Matching refs:pldmfw_priv
20 struct pldmfw_priv {
65 pldm_check_fw_space(struct pldmfw_priv *data, size_t offset, size_t length)
91 pldm_move_fw_offset(struct pldmfw_priv *data, size_t bytes_to_move)
123 static int pldm_parse_header(struct pldmfw_priv *data)
203 pldm_check_desc_tlv_len(struct pldmfw_priv *data, u16 type, u16 size)
259 pldm_parse_desc_tlvs(struct pldmfw_priv *data, struct pldmfw_record *record, u8 desc_count)
320 pldm_parse_one_record(struct pldmfw_priv *data,
400 static int pldm_parse_records(struct pldmfw_priv *data)
441 static int pldm_parse_components(struct pldmfw_priv *data)
514 static int pldm_verify_header_crc(struct pldmfw_priv *data)
543 static void pldmfw_free_priv(struct pldmfw_priv *data)
584 static int pldm_parse_image(struct pldmfw_priv *data)
694 static int pldm_find_matching_record(struct pldmfw_priv *data)
718 pldm_send_package_data(struct pldmfw_priv *data)
737 pldm_send_component_tables(struct pldmfw_priv *data)
779 static int pldm_flash_components(struct pldmfw_priv *data)
810 static int pldm_finalize_update(struct pldmfw_priv *data)
834 struct pldmfw_priv *data;