Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c516 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()
Dimage-fit.c.orig513 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);
Dbootm.c128 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/
Dspl_fit.c351 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1017 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
Dimage.h.orig1013 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);