Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dsplash_source.c353 res = fit_image_get_data_size(fit_header, node_offset, &splash_size); in splash_load_fit()
H A Dimage-fit.c936 if (fit_image_get_data_size(fit, noffset, &len)) in fit_image_get_data()
1018 int fit_image_get_data_size(const void *fit, int noffset, int *data_size) in fit_image_get_data_size() function
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c269 fit_image_get_data_size(fit, noffset, &data_size); in brought_up_amp()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c99 ret = fit_image_get_data_size(fit, noffset, &sz); in fdt_image_get_offset_size()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c307 if (fit_image_get_data_size(fit, node, &len)) in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S342 bl fit_image_get_data_size
H A Dspl_fit_tb_px30.S342 bl fit_image_get_data_size
H A Dspl_fit_tb_rv1106.S347 bl fit_image_get_data_size
H A Dspl_fit_tb_rv1126b.S342 bl fit_image_get_data_size
H A Dspl_fit_tb_rv1126.S347 bl fit_image_get_data_size
/rk3399_rockchip-uboot/include/
H A Dimage.h1035 int fit_image_get_data_size(const void *fit, int noffset, int *data_size);