Home
last modified time | relevance | path

Searched refs:fit_image_get_comp (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/cmd/
Dximg.c169 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
/external/u-boot/common/
Dbootm.c126 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()
Dimage-fit.c474 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/
Dspl_fit.c189 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()
/external/u-boot/include/
Dimage.h985 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);