Lines Matching refs:andr_img_hdr
1353 struct andr_img_hdr;
1358 int android_image_check_header(const struct andr_img_hdr *hdr);
1359 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
1361 int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
1363 int android_image_get_fdt(const struct andr_img_hdr *hdr,
1365 u32 android_image_get_comp(const struct andr_img_hdr *hdr);
1366 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1367 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1368 void android_print_contents(const struct andr_img_hdr *hdr);
1370 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp);
1371 int android_image_parse_comp(struct andr_img_hdr *hdr, ulong *load_addr);
1372 int android_image_memcpy_separate(struct andr_img_hdr *hdr, ulong *load_address);
1374 struct andr_img_hdr *populate_andr_img_hdr(struct blk_desc *dev_desc,
1379 struct andr_img_hdr *hdr, bool save_hdr);