Lines Matching refs:comp
344 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local
349 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
351 printf("%s %s %s (%s)\n", arch, os, type, comp); in image_print_type()
451 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
458 print_decomp_msg(comp, type, load == image_start, load); in image_decomp()
465 switch (comp) { in image_decomp()
533 printf("Unimplemented compression type %d\n", comp); in image_decomp()
671 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() argument
674 comp)); in genimg_get_comp_name()
695 const char *genimg_get_comp_short_name(uint8_t comp) in genimg_get_comp_short_name() argument
697 return genimg_get_short_name(uimage_comp, comp); in genimg_get_comp_short_name()