Searched refs:image_comp (Results 1 – 3 of 3) sorted by relevance
243 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local257 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()258 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()312 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
1564 uint8_t image_comp; in fit_image_check_comp() local1566 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()1568 return (comp == image_comp); in fit_image_check_comp()
214 static const struct comp_magic_map image_comp[] = { variable429 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type()
Completed in 10 milliseconds