HomeSort by relevance Sort by last modified time
    Searched refs:fit_image_get_data_offset (Results 1 - 4 of 4) sorted by null

  /external/u-boot/common/
splash_source.c 345 res = fit_image_get_data_offset(fit_header, node_offset,
image-fit.c 881 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) function
969 } else if (!fit_image_get_data_offset(fit, noffset, &offset)) {
    [all...]
  /external/u-boot/common/spl/
spl_fit.c 205 } else if (!fit_image_get_data_offset(fit, node, &offset)) {
  /external/u-boot/include/
image.h 990 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);
    [all...]

Completed in 69 milliseconds