Lines Matching refs:andr_img_hdr
1361 struct andr_img_hdr;
1366 int android_image_check_header(const struct andr_img_hdr *hdr);
1367 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
1369 int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
1371 int android_image_get_fdt(const struct andr_img_hdr *hdr,
1373 u32 android_image_get_comp(const struct andr_img_hdr *hdr);
1374 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1375 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1376 void android_print_contents(const struct andr_img_hdr *hdr);
1378 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp);
1379 int android_image_parse_comp(struct andr_img_hdr *hdr, ulong *load_addr);
1380 int android_image_memcpy_separate(struct andr_img_hdr *hdr, ulong *load_address);
1382 struct andr_img_hdr *populate_andr_img_hdr(struct blk_desc *dev_desc,
1387 struct andr_img_hdr *hdr, bool save_hdr);