/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 38 rtc_get (&tm1); in rtc_post_skip() 42 rtc_get (&tm2); in rtc_post_skip() 84 reliable = rtc_get (&svtm); in rtc_post_test() 114 rtc_get (&svtm); in rtc_post_test() 138 rtc_get (&tm); in rtc_post_test() 170 rtc_get (&tm); in rtc_post_test()
|
/openbmc/u-boot/cmd/ |
H A D | date.c | 74 rcode = rtc_get(&tm); in do_date() 101 rcode = rtc_get(&tm); in do_date()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | Kconfig | 12 then provides the rtc_get()/rtc_set() interface, delegating to 21 then provides the rtc_get()/rtc_set() interface, delegating to 30 then provides the rtc_get()/rtc_set() interface, delegating to
|
H A D | mxsrtc.c | 39 int rtc_get(struct rtc_time *time) in rtc_get() function
|
H A D | mc13xxx-rtc.c | 12 int rtc_get(struct rtc_time *rtc) in rtc_get() function
|
H A D | mx27rtc.c | 18 int rtc_get(struct rtc_time *time) in rtc_get() function
|
H A D | at91sam9_rtt.c | 30 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | ftrtc010.c | 75 int rtc_get(struct rtc_time *tmp) in rtc_get() function
|
H A D | ds1306.c | 65 int rtc_get (struct rtc_time *tmp) in rtc_get() function 283 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | max6900.c | 37 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | mcfrtc.c | 23 int rtc_get(struct rtc_time *tmp) in rtc_get() function
|
H A D | pcf8563.c | 23 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | davinci.c | 12 int rtc_get(struct rtc_time *tmp) in rtc_get() function
|
H A D | pt7c4338.c | 62 int rtc_get(struct rtc_time *tmp) in rtc_get() function
|
H A D | m41t94.c | 68 int rtc_get(struct rtc_time *tm) in rtc_get() function
|
H A D | x1205.c | 87 int rtc_get(struct rtc_time *tm) in rtc_get() function
|
H A D | m48t35ax.c | 24 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | imxdi.c | 180 int rtc_get(struct rtc_time *tmp) in rtc_get() function
|
H A D | ds3231.c | 60 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | ds1374.c | 82 int rtc_get (struct rtc_time *tm){ in rtc_get() function
|
H A D | m41t11.c | 72 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | ds1337.c | 69 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
H A D | rx8025.c | 78 int rtc_get (struct rtc_time *tmp) in rtc_get() function
|
/openbmc/u-boot/board/ge/common/ |
H A D | ge_common.c | 25 ret = rtc_get(&tm); in check_time()
|
/openbmc/u-boot/include/ |
H A D | rtc.h | 170 int rtc_get (struct rtc_time *);
|