HomeSort by relevance Sort by last modified time
    Searched defs:image_info_t (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 122 } image_info_t; typedef in typeref:struct:image_info
136 image_info_t image_info;
144 image_info_t *image_info;
157 image_info_t *image_info;
189 image_info_t *bl31_image_info;
191 image_info_t *bl32_image_info;
193 image_info_t *bl33_image_info;
208 int load_image(unsigned int image_id, image_info_t *image_data);
209 int load_auth_image(unsigned int image_id, image_info_t *image_data);
217 image_info_t *image_data
    [all...]
  /external/u-boot/include/
image.h 332 } image_info_t; typedef in typeref:struct:image_info
369 image_info_t os; /* os image info */
    [all...]

Completed in 1017 milliseconds