Searched refs:andr_img_hdr (Results 1 – 7 of 7) sorted by relevance
125 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()130 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()153 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload()158 ulong android_image_get_kcomp(const struct andr_img_hdr *hdr) in android_image_get_kcomp()170 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk()189 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second()229 const struct andr_img_hdr *hdr; in android_image_get_dtbo()278 const struct andr_img_hdr *hdr; in android_image_get_dtb_img_addr()331 const struct andr_img_hdr *hdr; in android_image_get_dtb_by_index()396 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()[all …]
471 struct andr_img_hdr *hdr = buf; in boot_get_fdt()
25 struct andr_img_hdr { struct
1524 struct andr_img_hdr;1525 int android_image_check_header(const struct andr_img_hdr *hdr);1526 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,1528 int android_image_get_ramdisk(const struct andr_img_hdr *hdr,1530 int android_image_get_second(const struct andr_img_hdr *hdr,1535 ulong android_image_get_end(const struct andr_img_hdr *hdr);1536 ulong android_image_get_kload(const struct andr_img_hdr *hdr);1537 ulong android_image_get_kcomp(const struct andr_img_hdr *hdr);1538 void android_print_contents(const struct andr_img_hdr *hdr);
21 const struct andr_img_hdr *hdr; in abootimg_get_ver()68 const struct andr_img_hdr *hdr; in abootimg_get_dtb_load_addr()
296 struct andr_img_hdr *hdr, in fb_mmc_get_boot_header()305 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_img_hdr), sector_size); in fb_mmc_get_boot_header()347 struct andr_img_hdr *hdr; /* boot image header */ in fb_mmc_update_zimage()370 hdr = (struct andr_img_hdr *)hdr_addr; in fb_mmc_update_zimage()
34 :c:type:`struct andr_img_hdr <andr_img_hdr>` in U-Boot, and can be seen in
Completed in 11 milliseconds