Searched refs:andr_boot_img_hdr_v0 (Results 1 – 5 of 5) sorted by relevance
128 static void android_boot_image_v0_v1_v2_parse_hdr(const struct andr_boot_img_hdr_v0 *hdr, in android_boot_image_v0_v1_v2_parse_hdr()189 if (((struct andr_boot_img_hdr_v0 *)boot_hdr)->header_version > 2) { in android_image_get_data()340 ulong android_image_get_end(const struct andr_boot_img_hdr_v0 *hdr, in android_image_get_end()467 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtbo()517 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtb_img_addr()591 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtb_by_index()665 void android_print_contents(const struct andr_boot_img_hdr_v0 *hdr) in android_print_contents()761 const struct andr_boot_img_hdr_v0 *hdr; in android_image_print_dtb_contents()
32 const struct andr_boot_img_hdr_v0 *hdr; in abootimg_get_ver()82 const struct andr_boot_img_hdr_v0 *hdr; in abootimg_get_dtb_load_addr()
290 struct andr_boot_img_hdr_v0 *hdr, in fb_mmc_get_boot_header()299 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_boot_img_hdr_v0), sector_size); in fb_mmc_get_boot_header()340 struct andr_boot_img_hdr_v0 *hdr; /* boot image header */ in fb_mmc_update_zimage()363 hdr = (struct andr_boot_img_hdr_v0 *)hdr_addr; in fb_mmc_update_zimage()
80 struct andr_boot_img_hdr_v0 { struct
1753 struct andr_boot_img_hdr_v0;1828 ulong android_image_get_end(const struct andr_boot_img_hdr_v0 *hdr,1865 void android_print_contents(const struct andr_boot_img_hdr_v0 *hdr);
Completed in 16 milliseconds