Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c1476 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os() function
2077 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
2078 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) || in fit_image_load()
2079 fit_image_check_os(fit, noffset, IH_OS_OPENRTOS); in fit_image_load()
Dimage-fit.c.orig1400 * fit_image_check_os - check whether image node is of a given os type
1405 * fit_image_check_os() reads image os property and compares its numeric
1412 int fit_image_check_os(const void *fit, int noffset, uint8_t os)
1951 fit_image_check_os(fit, noffset, IH_OS_LINUX) ||
1952 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) ||
1953 fit_image_check_os(fit, noffset, IH_OS_OPENRTOS);
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1075 int fit_image_check_os(const void *fit, int noffset, uint8_t os);
Dimage.h.orig1071 int fit_image_check_os(const void *fit, int noffset, uint8_t os);