Searched refs:image_hdr (Results 1 – 7 of 7) sorted by relevance
46 if (platform_ops.image_hdr) in prep_kernel()47 platform_ops.image_hdr(elfheader); in prep_kernel()
66 platform_ops.image_hdr = of_image_hdr; in platform_init()
27 void (*image_hdr)(const void *); member
388 struct pm8001_fw_image_header *image_hdr; in pm8001_update_flash() local392 image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data; in pm8001_update_flash()402 *(u32 *)((u8 *)&image_hdr->image_length + sizeRead); in pm8001_update_flash()
437 struct image_hdr { struct
2468 (num_of_images * sizeof(struct image_hdr))))) in be_flash_data()2472 + (num_of_images * sizeof(struct image_hdr)); in be_flash_data()2520 struct image_hdr *img_hdr_ptr = NULL; in be_load_fw()2556 img_hdr_ptr = (struct image_hdr *) (fw->data + in be_load_fw()2558 i * sizeof(struct image_hdr))); in be_load_fw()
3710 struct ipr_ucode_image_header *image_hdr; in ipr_store_update_fw() local3728 image_hdr = (struct ipr_ucode_image_header *)fw_entry->data; in ipr_store_update_fw()3730 if (be32_to_cpu(image_hdr->header_length) > fw_entry->size || in ipr_store_update_fw()3732 ioa_cfg->vpd_cbs->page3_data.card_type != image_hdr->card_type)) { in ipr_store_update_fw()3738 src = (u8 *)image_hdr + be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()3739 dnld_size = fw_entry->size - be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()