Searched refs:fit_get_timestamp (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 192 ret = fit_get_timestamp(fit, 0, ×tamp); in fit_print_contents() 315 if (fit_get_timestamp(fit, noffset, ×tamp)) in fit_image_print_data() 389 ret = fit_get_timestamp(fit, 0, ×tamp); in fit_image_print() 514 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp() function
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1015 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp);
|