Home
last modified time | relevance | path

Searched refs:vendor_boot_img_hdr_v34 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dandroid_image.h173 struct vendor_boot_img_hdr_v34 { struct
H A Dimage.h1385 const struct vendor_boot_img_hdr_v34 *vendor_boot_hdr,
/rk3399_rockchip-uboot/common/
H A Dimage-android.c1086 static struct vendor_boot_img_hdr_v34 *
1090 struct vendor_boot_img_hdr_v34 *vboot_hdr; in extract_vendor_boot_image_v34_header()
1093 blk_cnt = BLK_CNT(sizeof(struct vendor_boot_img_hdr_v34), in extract_vendor_boot_image_v34_header()
1095 vboot_hdr = (struct vendor_boot_img_hdr_v34 *) in extract_vendor_boot_image_v34_header()
1125 const struct vendor_boot_img_hdr_v34 *vendor_boot_hdr, in populate_boot_info()
1260 struct vendor_boot_img_hdr_v34 *vboot_hdr = NULL; in populate_andr_img_hdr()