Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dsplash_source.c345 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit()
H A Dimage-fit.c887 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset() function
975 } else if (!fit_image_get_data_offset(fit, noffset, &offset)) { in fit_image_get_data_and_size()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c207 } else if (!fit_image_get_data_offset(fit, node, &offset)) { in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h1023 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);