Home
last modified time | relevance | path

Searched refs:fit_image_get_data_and_size (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Dimage-fit.c477 ret = fit_image_get_data_and_size(fit, image_noffset, &data, &size); in fit_image_print()
959 int fit_image_get_data_and_size(const void *fit, int noffset, in fit_image_get_data_and_size() function
1289 if (fit_image_get_data_and_size(fit, image_noffset, &data, &size)) { in fit_image_verify()
1927 if (fit_image_get_data_and_size(fit, noffset, &buf, &size)) { in fit_image_load()
/external/u-boot/include/
Dimage.h994 int fit_image_get_data_and_size(const void *fit, int noffset,