Searched refs:fit_image_get_data_size (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | splash_source.c | 353 res = fit_image_get_data_size(fit_header, node_offset, &splash_size); in splash_load_fit()
|
| H A D | image-fit.c | 936 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 D | rockchip_amp.c | 269 fit_image_get_data_size(fit, noffset, &data_size); in brought_up_amp()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 99 ret = fit_image_get_data_size(fit, noffset, &sz); in fdt_image_get_offset_size()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 307 if (fit_image_get_data_size(fit, node, &len)) in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 342 bl fit_image_get_data_size
|
| H A D | spl_fit_tb_px30.S | 342 bl fit_image_get_data_size
|
| H A D | spl_fit_tb_rv1106.S | 347 bl fit_image_get_data_size
|
| H A D | spl_fit_tb_rv1126b.S | 342 bl fit_image_get_data_size
|
| H A D | spl_fit_tb_rv1126.S | 347 bl fit_image_get_data_size
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1035 int fit_image_get_data_size(const void *fit, int noffset, int *data_size);
|