Home
last modified time | relevance | path

Searched refs:fit_image_get_comp (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dximg.c170 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c75 if (fit_image_get_comp(fit, node, &comp)) in fit_decomp_image()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c267 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()
277 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S286 bl fit_image_get_comp
H A Dspl_fit_tb_px30.S286 bl fit_image_get_comp
H A Dspl_fit_tb_rv1106.S287 bl fit_image_get_comp
H A Dspl_fit_tb_rv1126b.S286 bl fit_image_get_comp
H A Dspl_fit_tb_rv1126.S287 bl fit_image_get_comp
/rk3399_rockchip-uboot/common/
H A Dbootm.c144 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os()
1026 if (fit_image_get_comp(fit, noffset, &imape_comp)) { in bootm_host_load_image()
H A Dimage-fit.c400 fit_image_get_comp(fit, image_noffset, &comp); in fit_image_print()
699 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp() function
1747 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
/rk3399_rockchip-uboot/include/
H A Dimage.h1022 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);