Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/drivers/
H A Drtc.c65 rtc_to_tm(t, &ntm); in rtc_post_restore()
128 rtc_to_tm(t, &tm); in rtc_post_test()
160 rtc_to_tm(t, &tm); in rtc_post_test()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dmxsrtc.c46 rtc_to_tm(secs, time); in rtc_get()
H A Dmc13xxx-rtc.c39 rtc_to_tm(tim, rtc); in rtc_get()
H A Dpl031.c99 rtc_to_tm(tim, tmp); in rtc_get()
H A Dat91sam9_rtt.c47 rtc_to_tm(tim+off, tmp); in rtc_get()
H A Dmx27rtc.c33 rtc_to_tm(sec, time); in rtc_get()
H A Dftrtc010.c89 rtc_to_tm(now, tmp); in rtc_get()
H A Ddate.c69 int rtc_to_tm(int tim, struct rtc_time *tm) in rtc_to_tm() function
H A Dmcfrtc.c41 rtc_to_tm(tim, tmp); in rtc_get()
H A Dimxdi.c195 rtc_to_tm(now, tmp); in rtc_get()
H A Dds1374.c121 rtc_to_tm(time1, tm); /* To Gregorian Date */ in rtc_get()
H A Di2c_rtc_emul.c102 return rtc_to_tm(now + plat->offset, time); in sandbox_i2c_rtc_get()
/OK3568_Linux_fs/u-boot/net/
H A Dsntp.c72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
/OK3568_Linux_fs/u-boot/include/
H A Drtc.h251 int rtc_to_tm(int time_t, struct rtc_time *time);
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c590 rtc_to_tm(timestamp, &tm); in genimg_print_time()