Searched refs:fit_image_get_data_offset (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | splash_source.c | 346 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit()
|
| H A D | image-fit.c | 940 if (!fit_image_get_data_offset(fit, noffset, (int *)&data_off)) { in fit_image_get_data() 969 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset() function
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 107 ret = fit_image_get_data_offset(fit, noffset, &offs); in fdt_image_get_offset_size()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 300 } else if (!fit_image_get_data_offset(fit, node, &offset)) { in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 329 bl fit_image_get_data_offset
|
| H A D | spl_fit_tb_px30.S | 329 bl fit_image_get_data_offset
|
| H A D | spl_fit_tb_rv1106.S | 332 bl fit_image_get_data_offset
|
| H A D | spl_fit_tb_rv1126b.S | 329 bl fit_image_get_data_offset
|
| H A D | spl_fit_tb_rv1126.S | 332 bl fit_image_get_data_offset
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1032 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);
|