Searched refs:fit_image_check_os (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-fit.c | 1476 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()
|
D | image-fit.c.orig | 1400 * 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/ |
D | image.h | 1075 int fit_image_check_os(const void *fit, int noffset, uint8_t os);
|
D | image.h.orig | 1071 int fit_image_check_os(const void *fit, int noffset, uint8_t os);
|