Searched refs:fit_image_get_os (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-fit.c | 516 fit_image_get_os(fit, image_noffset, &os); in fit_image_print() 667 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function 1480 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os() 2087 fit_image_get_os(fit, noffset, &os); in fit_image_load()
|
D | image-fit.c.orig | 513 fit_image_get_os(fit, image_noffset, &os); 651 * fit_image_get_os - get os id for a given component image node 656 * fit_image_get_os() finds os property in a given component image node. 664 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) 1416 if (fit_image_get_os(fit, noffset, &image_os)) 1961 fit_image_get_os(fit, noffset, &os);
|
D | bootm.c | 128 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
/third_party/uboot/u-boot-2020.01/common/spl/ |
D | spl_fit.c | 351 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 1017 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|
D | image.h.orig | 1013 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|