Searched refs:rtc_time64_to_tm (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | systohc.c | 30 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()
|
D | rtc-lib.c | 53 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()
|
D | rtc-ab3100.c | 107 rtc_time64_to_tm(time, tm); in ab3100_rtc_read_time() 140 rtc_time64_to_tm(time, &alarm->time); in ab3100_rtc_read_alarm()
|
D | rtc-digicolor.c | 104 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()
|
D | rtc-mxc.c | 281 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()
|
D | rtc-mc13xxx.c | 86 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()
|
D | rtc-test.c | 37 rtc_time64_to_tm(ktime_get_real_seconds(), tm); in test_rtc_read_time()
|
D | interface.c | 113 rtc_time64_to_tm(secs, &new); in rtc_set_mmss() 281 rtc_time64_to_tm(t_alm, &alarm->time); in __rtc_read_alarm()
|
D | rtc-dev.c | 324 rtc_time64_to_tm(now + 24 * 60 * 60, &tm); in rtc_dev_ioctl()
|
/linux-4.1.27/include/linux/ |
D | rtc.h | 23 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()
|