Searched refs:fit_image_get_data_offset (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/common/ |
H A D | splash_source.c | 345 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit()
|
H A D | image-fit.c | 887 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 D | spl_fit.c | 207 } else if (!fit_image_get_data_offset(fit, node, &offset)) { in spl_load_fit_image()
|
/openbmc/u-boot/include/ |
H A D | image.h | 1023 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);
|