Home
last modified time | relevance | path

Searched refs:fit_image_get_os (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dimage-fit.c506 fit_image_get_os(fit, image_noffset, &os); in fit_image_print()
657 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function
1367 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os()
1915 fit_image_get_os(fit, noffset, &os); in fit_image_load()
Dbootm.c134 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
/external/u-boot/common/spl/
Dspl_fit.c347 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
/external/u-boot/include/
Dimage.h982 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);