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

  /external/u-boot/common/
image-fit.c 506 fit_image_get_os(fit, image_noffset, &os);
644 * fit_image_get_os - get os id for a given component image node
649 * fit_image_get_os() finds os property in a given component image node.
657 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) function
    [all...]
bootm.c 134 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os,
  /external/u-boot/common/spl/
spl_fit.c 347 return fit_image_get_os(fit, noffset, os);
  /external/u-boot/include/
image.h 982 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
    [all...]

Completed in 45 milliseconds