Searched refs:rtc_get (Results 1 - 17 of 17) sorted by relevance

/u-boot/post/drivers/
H A Drtc.c15 * This is verified by analyzing the rtc_get() return status.
38 rtc_get (&tm1);
42 rtc_get (&tm2);
84 reliable = rtc_get (&svtm);
114 rtc_get (&svtm);
138 rtc_get (&tm);
170 rtc_get (&tm);
/u-boot/drivers/rtc/
H A Dmc13xxx-rtc.c12 int rtc_get(struct rtc_time *rtc) function
H A Dmxsrtc.c39 int rtc_get(struct rtc_time *time) function
H A Dmcfrtc.c19 int rtc_get(struct rtc_time *tmp) function
H A Dds1374.c82 int rtc_get (struct rtc_time *tm){ function
H A Dmvrtc.c60 int rtc_get(struct rtc_time *t) function
H A Dds3231.c66 int rtc_get (struct rtc_time *tmp) function
H A Dmc146818.c259 int rtc_get(struct rtc_time *tmp) function
H A Dpt7c4338.c66 int rtc_get(struct rtc_time *tmp) function
H A Dpcf8563.c26 int rtc_get (struct rtc_time *tmp) function
H A Ds35392a.c316 int rtc_get(struct rtc_time *tm) function
H A Dm41t62.c330 int rtc_get(struct rtc_time *tm) function
H A Dds1337.c73 int rtc_get (struct rtc_time *tmp) function
H A Drx8010sj.c313 int rtc_get(struct rtc_time *tm) function
H A Dds1307.c97 int rtc_get (struct rtc_time *tmp) function
/u-boot/cmd/
H A Ddate.c73 rcode = rtc_get(&tm);
100 rcode = rtc_get(&tm);
/u-boot/include/
H A Drtc.h252 int rtc_get (struct rtc_time *);

Completed in 110 milliseconds