Searched refs:andr_img_hdr (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | image-android.c | 17 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr() 51 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel() 104 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() 109 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end() 125 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload() 130 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk() 199 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second() 230 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()
|
/external/u-boot/include/ |
D | android_image.h | 14 typedef struct andr_img_hdr andr_img_hdr; typedef 22 struct andr_img_hdr { struct
|
D | image.h | 1280 struct andr_img_hdr; 1281 int android_image_check_header(const struct andr_img_hdr *hdr); 1282 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, 1284 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, 1286 int android_image_get_second(const struct andr_img_hdr *hdr, 1288 ulong android_image_get_end(const struct andr_img_hdr *hdr); 1289 ulong android_image_get_kload(const struct andr_img_hdr *hdr); 1290 void android_print_contents(const struct andr_img_hdr *hdr);
|
/external/u-boot/drivers/fastboot/ |
D | fb_mmc.c | 143 struct andr_img_hdr *hdr, in fb_mmc_get_boot_header() 152 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_img_hdr), sector_size); in fb_mmc_get_boot_header() 194 struct andr_img_hdr *hdr; /* boot image header */ in fb_mmc_update_zimage() 217 hdr = (struct andr_img_hdr *)hdr_addr; in fb_mmc_update_zimage()
|