Searched refs:fit_image_get_data_and_size (Results 1 – 5 of 5) sorted by relevance
/u-boot/cmd/ |
A D | ximg.c | 168 if (fit_image_get_data_and_size(fit_hdr, noffset, in do_imgextract()
|
A D | fpga.c | 352 if (fit_image_get_data_and_size(fit_hdr, noffset, in do_fpga_loadmk()
|
/u-boot/common/ |
A D | image-fit.c | 505 ret = fit_image_get_data_and_size(fit, image_noffset, &data, &size); in fit_image_print() 1013 int fit_image_get_data_and_size(const void *fit, int noffset, in fit_image_get_data_and_size() function 1388 if (fit_image_get_data_and_size(fit, image_noffset, &data, &size)) { in fit_image_verify() 2119 if (fit_image_get_data_and_size(fit, noffset, in fit_image_load()
|
/u-boot/include/ |
A D | image.h | 1100 int fit_image_get_data_and_size(const void *fit, int noffset,
|
/u-boot/tools/ |
A D | fit_image.c | 856 ret = fit_image_get_data_and_size(fit, image_noffset, &file_data, &file_size); in fit_image_extract()
|
Completed in 13 milliseconds