Home
last modified time | relevance | path

Searched defs:rtc_time (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Drtc_def.h23 struct rtc_time { struct
24 int tm_sec;
25 int tm_min;
26 int tm_hour;
27 int tm_mday;
28 int tm_mon;
29 int tm_year;
30 int tm_wday;
31 int tm_yday;
32 int tm_isdst;
/openbmc/linux/include/uapi/linux/
H A Drtc.h25 struct rtc_time { struct
44 struct rtc_time time; /* time the alarm is set to */ argument
/openbmc/linux/drivers/rtc/
H A Drtc-mv.c70 u32 rtc_time, rtc_date; in mv_rtc_read_time() local
101 u32 rtc_time, rtc_date; in mv_rtc_read_alarm() local
211 u32 rtc_time; in mv_rtc_probe() local
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c57 static time_t rtc_time_to_timestamp(struct rtc_time *rtc_time) in rtc_time_to_timestamp()
/openbmc/linux/lib/
H A Dvsprintf.c1907 struct rtc_time rtc_time; in time64_str() local