HomeSort by relevance Sort by last modified time
    Searched refs:fit_image_get_type (Results 1 - 5 of 5) sorted by null

  /external/u-boot/common/spl/
spl_fit.c 194 if (fit_image_get_type(fit, node, &type))
  /external/u-boot/common/
image-fit.c 471 fit_image_get_type(fit, image_noffset, &type);
708 * fit_image_get_type - get type id for a given component image node
713 * fit_image_get_type() finds type property in a given component image node.
721 int fit_image_get_type(const void *fit, int noffset, uint8_t *type) function
    [all...]
bootm.c 118 if (fit_image_get_type(images.fit_hdr_os,
945 if (fit_image_get_type(fit, noffset, &image_type)) {
image.c     [all...]
  /external/u-boot/include/
image.h 984 int fit_image_get_type(const void *fit, int noffset, uint8_t *type);
    [all...]

Completed in 60 milliseconds