Searched refs:fit_image_get_comp (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/cmd/ |
D | ximg.c | 169 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
|
/external/u-boot/common/ |
D | bootm.c | 126 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 950 if (fit_image_get_comp(fit, noffset, &imape_comp)) { in bootm_host_load_image()
|
D | image-fit.c | 474 fit_image_get_comp(fit, image_noffset, &comp); in fit_image_print() 753 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp() function 1442 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 189 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()
|
/external/u-boot/include/ |
D | image.h | 985 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);
|