Searched refs:fit_image_get_os (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 513 fit_image_get_os(fit, image_noffset, &os); in fit_image_print() 664 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function 1374 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os() 1937 fit_image_get_os(fit, noffset, &os); in fit_image_load()
|
D | bootm.c | 128 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 351 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 1009 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|
/external/u-boot/include/ |
D | image.h | 1009 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|