Lines Matching defs:image
1038 const void *image)
1052 descriptor = image + addr;
1054 content = image + le32_to_cpu(descriptor->content_address);
1081 const void *image = f34->v7.image;
1084 const struct image_header_10 *header = image;
1093 descriptor = image + offset;
1100 addr = get_unaligned_le32(image + offset);
1102 descriptor = image + addr;
1104 content = image + le32_to_cpu(descriptor->content_address);
1126 rmi_f34v7_parse_img_header_10_bl_container(f34, image);
1156 const struct image_header_10 *header = f34->v7.image;
1169 dev_err(&f34->fn->dev, "Unsupported image file format %02X\n",
1175 dev_err(&f34->fn->dev, "%s: No flash config in fw image\n",
1197 f34->v7.image = fw->data;
1314 f34->v7.image = fw->data;
1327 dev_info(&f34->fn->dev, "Firmware image OK\n");