Lines Matching defs:image
879 const void *image)
893 descriptor = image + addr;
895 content = image + le32_to_cpu(descriptor->content_address);
922 const void *image = f34->v7.image;
925 const struct image_header_10 *header = image;
934 descriptor = image + offset;
941 addr = get_unaligned_le32(image + offset);
943 descriptor = image + addr;
945 content = image + le32_to_cpu(descriptor->content_address);
967 rmi_f34v7_parse_img_header_10_bl_container(f34, image);
997 const struct image_header_10 *header = f34->v7.image;
1010 dev_err(&f34->fn->dev, "Unsupported image file format %02X\n",
1016 dev_err(&f34->fn->dev, "%s: No flash config in fw image\n",
1036 f34->v7.image = fw->data;
1133 f34->v7.image = fw->data;
1139 dev_info(&f34->fn->dev, "Firmware image OK\n");