Home
last modified time | relevance | path

Searched refs:rtc_to_tm (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/post/drivers/
Drtc.c64 rtc_to_tm(t, &ntm); in rtc_post_restore()
127 rtc_to_tm(t, &tm); in rtc_post_test()
159 rtc_to_tm(t, &tm); in rtc_post_test()
/external/u-boot/drivers/rtc/
Dmxsrtc.c45 rtc_to_tm(secs, time); in rtc_get()
Dmc13xxx-rtc.c38 rtc_to_tm(tim, rtc); in rtc_get()
Dpl031.c98 rtc_to_tm(tim, tmp); in rtc_get()
Dmx27rtc.c32 rtc_to_tm(sec, time); in rtc_get()
Dat91sam9_rtt.c46 rtc_to_tm(tim+off, tmp); in rtc_get()
Dftrtc010.c88 rtc_to_tm(now, tmp); in rtc_get()
Ddate.c68 int rtc_to_tm(int tim, struct rtc_time *tm) in rtc_to_tm() function
Dmcfrtc.c40 rtc_to_tm(tim, tmp); in rtc_get()
Dimxdi.c194 rtc_to_tm(now, tmp); in rtc_get()
Dds1374.c120 rtc_to_tm(time1, tm); /* To Gregorian Date */ in rtc_get()
Di2c_rtc_emul.c99 return rtc_to_tm(now + plat->offset, time); in sandbox_i2c_rtc_get()
/external/u-boot/include/
Drtc.h236 int rtc_to_tm(int time_t, struct rtc_time *time);
/external/u-boot/net/
Dsntp.c72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
/external/u-boot/common/
Dimage.c571 rtc_to_tm(timestamp, &tm); in genimg_print_time()