Lines Matching refs:comp
340 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local
345 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
347 printf("%s %s %s (%s)\n", arch, os, type, comp); in image_print_type()
442 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
449 print_decomp_msg(comp, type, load == image_start); in image_decomp()
456 switch (comp) { in image_decomp()
578 printf("Unimplemented compression type %d\n", comp); in image_decomp()
935 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() argument
938 comp)); in genimg_get_comp_name()
958 const char *genimg_get_comp_short_name(uint8_t comp) in genimg_get_comp_short_name() argument
960 return genimg_get_short_name(uimage_comp, comp); in genimg_get_comp_short_name()