Searched refs:image_hdr (Results 1 – 7 of 7) sorted by relevance
45 if (platform_ops.image_hdr) in prep_kernel()46 platform_ops.image_hdr(elfheader); in prep_kernel()
65 platform_ops.image_hdr = of_image_hdr; in of_platform_init()
25 void (*image_hdr)(const void *); member
727 struct pm8001_fw_image_header *image_hdr; in pm8001_update_flash() local743 image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data; in pm8001_update_flash()746 *(__be32 *)((u8 *)&image_hdr->image_length + sizeRead); in pm8001_update_flash()
2753 int img_hdrs_size = (num_of_images * sizeof(struct image_hdr)); in be_flash_BEx()2924 int img_hdrs_size = num_of_images * sizeof(struct image_hdr); in be_flash_skyhawk()3172 struct image_hdr *img_hdr_ptr; in be_fw_download()3190 img_hdr_ptr = (struct image_hdr *)(fw->data + in be_fw_download()3192 i * sizeof(struct image_hdr))); in be_fw_download()
1349 struct image_hdr { struct
4088 struct ipr_ucode_image_header *image_hdr; in ipr_store_update_fw() local4110 image_hdr = (struct ipr_ucode_image_header *)fw_entry->data; in ipr_store_update_fw()4112 src = (u8 *)image_hdr + be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()4113 dnld_size = fw_entry->size - be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()