Home
last modified time | relevance | path

Searched refs:genimg_get_comp_name (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/test/
H A Dcompression.c418 printf("Testing: %s\n", genimg_get_comp_name(comp_type)); in run_bootm_test()
/rk3399_rockchip-uboot/common/
H A Dimage.c329 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
738 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() function
H A Dbootm.c356 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()
H A Dimage-fit.c401 printf("%s Compression: %s\n", p, genimg_get_comp_name(comp)); in fit_image_print()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c270 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
/rk3399_rockchip-uboot/include/
H A Dimage.h488 const char *genimg_get_comp_name(uint8_t comp);