Home
last modified time | relevance | path

Searched refs:rtc_time64_to_tm (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/rtc/
Dsystohc.c30 rtc_time64_to_tm(now.tv_sec, &tm); in rtc_set_ntp_time()
32 rtc_time64_to_tm(now.tv_sec + 1, &tm); in rtc_set_ntp_time()
Drtc-lib.c53 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm() function
95 EXPORT_SYMBOL(rtc_time64_to_tm);
147 rtc_time64_to_tm(ts.tv_sec, &ret); in rtc_ktime_to_tm()
Drtc-ab3100.c107 rtc_time64_to_tm(time, tm); in ab3100_rtc_read_time()
140 rtc_time64_to_tm(time, &alarm->time); in ab3100_rtc_read_alarm()
Drtc-digicolor.c104 rtc_time64_to_tm(now, tm); in dc_rtc_read_time()
125 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm()
Drtc-mxc.c281 rtc_time64_to_tm(val, tm); in mxc_rtc_read_time()
300 rtc_time64_to_tm(time, &tm); in mxc_rtc_set_mmss()
324 rtc_time64_to_tm(get_alarm_or_time(dev, MXC_RTC_ALARM), &alrm->time); in mxc_rtc_read_alarm()
Drtc-mc13xxx.c86 rtc_time64_to_tm((time64_t)days1 * SEC_PER_DAY + seconds, tm); in mc13xxx_rtc_read_time()
193 rtc_time64_to_tm(s1970, &alarm->time); in mc13xxx_rtc_read_alarm()
Drtc-test.c37 rtc_time64_to_tm(ktime_get_real_seconds(), tm); in test_rtc_read_time()
Dinterface.c113 rtc_time64_to_tm(secs, &new); in rtc_set_mmss()
281 rtc_time64_to_tm(t_alm, &alarm->time); in __rtc_read_alarm()
Drtc-dev.c324 rtc_time64_to_tm(now + 24 * 60 * 60, &tm); in rtc_dev_ioctl()
/linux-4.1.27/include/linux/
Drtc.h23 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm);
32 rtc_time64_to_tm(time, tm); in rtc_time_to_tm()