/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 66 rtc_set (&ntm); in rtc_post_restore() 128 rtc_set (&tm); in rtc_post_test() 160 rtc_set (&tm); in rtc_post_test()
|
/openbmc/u-boot/cmd/ |
H A D | date.c | 65 rcode = rtc_set(&default_tm); in do_date() 86 rcode = rtc_set(&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 | 50 int rtc_set(struct rtc_time *time) in rtc_set() function
|
H A D | mc13xxx-rtc.c | 46 int rtc_set(struct rtc_time *rtc) in rtc_set() function
|
H A D | mx27rtc.c | 37 int rtc_set(struct rtc_time *time) in rtc_set() function
|
H A D | at91sam9_rtt.c | 48 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | ftrtc010.c | 96 int rtc_set(struct rtc_time *tmp) in rtc_set() function
|
H A D | max6900.c | 81 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | mcfrtc.c | 52 int rtc_set(struct rtc_time *tmp) in rtc_set() function
|
H A D | pcf8563.c | 68 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | davinci.c | 56 int rtc_set(struct rtc_time *tmp) in rtc_set() function
|
H A D | ds1306.c | 122 int rtc_set (struct rtc_time *tmp) in rtc_set() function 353 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | pt7c4338.c | 105 int rtc_set(struct rtc_time *tmp) in rtc_set() function
|
H A D | m41t94.c | 36 int rtc_set(struct rtc_time *tm) in rtc_set() function
|
H A D | x1205.c | 117 int rtc_set(struct rtc_time *tm) in rtc_set() function
|
H A D | m48t35ax.c | 69 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | imxdi.c | 198 int rtc_set(struct rtc_time *tmp) in rtc_set() function
|
H A D | ds3231.c | 108 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | m41t11.c | 119 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
H A D | ds1374.c | 135 int rtc_set (struct rtc_time *tmp){ in rtc_set() function
|
H A D | rx8025.c | 140 int rtc_set (struct rtc_time *tmp) in rtc_set() function
|
/openbmc/u-boot/board/ge/common/ |
H A D | ge_common.c | 43 ret = rtc_set(&tm); in check_time()
|
/openbmc/u-boot/include/ |
H A D | rtc.h | 171 int rtc_set (struct rtc_time *);
|
/openbmc/u-boot/net/ |
H A D | sntp.c | 84 rtc_set(&tm); in sntp_handler()
|