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

  /external/u-boot/common/
image-fit.c 205 if (fit_get_timestamp(fit, noffset, &timestamp))
362 ret = fit_get_timestamp(fit, 0, &timestamp);
463 ret = fit_get_timestamp(fit, 0, &timestamp);
577 * fit_get_timestamp - get node timestamp property
582 * fit_get_timestamp() reads timestamp property from given node, if timestamp
591 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) function
    [all...]
  /external/u-boot/include/
image.h 979 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp);
    [all...]

Completed in 43 milliseconds