Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dsplash_source.c352 res = fit_image_get_data_size(fit_header, node_offset, &splash_size); in splash_load_fit()
H A Dimage-fit.c936 int fit_image_get_data_size(const void *fit, int noffset, int *data_size) in fit_image_get_data_size() function
987 ret = fit_image_get_data_size(fit, noffset, &len); in fit_image_get_data_and_size()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c214 if (fit_image_get_data_size(fit, node, &len)) in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h1026 int fit_image_get_data_size(const void *fit, int noffset, int *data_size);