Searched refs:fit_image_get_comp (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/cmd/ |
D | ximg.c | 172 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
|
/external/u-boot/common/ |
D | image-fit.c | 481 fit_image_get_comp(fit, image_noffset, &comp); in fit_image_print() 760 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp() function 1449 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp() 2002 if (!fit_image_get_comp(fit, noffset, &comp) && in fit_image_load()
|
D | bootm.c | 120 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 847 if (fit_image_get_comp(fit, noffset, &imape_comp)) { in bootm_host_load_image()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 199 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 1012 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);
|
/external/u-boot/include/ |
D | image.h | 1012 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);
|