Home
last modified time | relevance | path

Searched refs:fit_image_get_data_offset (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dsplash_source.c346 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit()
H A Dimage-fit.c940 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 Dfit.c107 ret = fit_image_get_data_offset(fit, noffset, &offs); in fdt_image_get_offset_size()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c300 } else if (!fit_image_get_data_offset(fit, node, &offset)) { in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S329 bl fit_image_get_data_offset
H A Dspl_fit_tb_px30.S329 bl fit_image_get_data_offset
H A Dspl_fit_tb_rv1106.S332 bl fit_image_get_data_offset
H A Dspl_fit_tb_rv1126b.S329 bl fit_image_get_data_offset
H A Dspl_fit_tb_rv1126.S332 bl fit_image_get_data_offset
/rk3399_rockchip-uboot/include/
H A Dimage.h1032 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);