/Linux-v4.19/drivers/rtc/ |
D | rtc-lib.c | 53 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm() function 93 EXPORT_SYMBOL(rtc_time64_to_tm); 145 rtc_time64_to_tm(ts.tv_sec, &ret); in rtc_ktime_to_tm()
|
D | rtc-88pm80x.c | 107 rtc_time64_to_tm(next_time, next); in rtc_next_alarm_time() 126 rtc_time64_to_tm(ticks, tm); in pm80x_rtc_read_time() 170 rtc_time64_to_tm(ticks, &alrm->time); in pm80x_rtc_read_alarm() 198 rtc_time64_to_tm(ticks, &now_tm); in pm80x_rtc_set_alarm()
|
D | rtc-zynqmp.c | 112 rtc_time64_to_tm(readl(xrtcdev->reg_base + RTC_CUR_TM), tm); in xlnx_rtc_read_time() 122 rtc_time64_to_tm(read_time, tm); in xlnx_rtc_read_time() 132 rtc_time64_to_tm(readl(xrtcdev->reg_base + RTC_ALRM), &alrm->time); in xlnx_rtc_read_alarm()
|
D | rtc-test.c | 35 rtc_time64_to_tm(alarm, &alrm->time); in test_rtc_read_alarm() 71 rtc_time64_to_tm(ktime_get_real_seconds() + rtd->offset, tm); in test_rtc_read_time()
|
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 | systohc.c | 59 rtc_time64_to_tm(to_set.tv_sec, &tm); in rtc_set_ntp_time()
|
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 | 248 rtc_time64_to_tm(val, tm); in mxc_rtc_read_time() 266 rtc_time64_to_tm(time, &tm); in mxc_rtc_set_mmss() 289 rtc_time64_to_tm(get_alarm_or_time(dev, MXC_RTC_ALARM), &alrm->time); in mxc_rtc_read_alarm()
|
D | rtc-rk808.c | 77 rtc_time64_to_tm(time + nov2dec_transitions(tm) * 86400, tm); in rockchip_to_gregorian() 84 rtc_time64_to_tm(time - extra_days * 86400, tm); in gregorian_to_rockchip() 91 rtc_time64_to_tm(time - (extra_days - 1) * 86400, tm); in gregorian_to_rockchip()
|
D | rtc-tps6586x.c | 89 rtc_time64_to_tm(seconds, tm); in tps6586x_rtc_read_time() 213 rtc_time64_to_tm(seconds, &alrm->time); in tps6586x_rtc_read_alarm()
|
D | rtc-mc13xxx.c | 87 rtc_time64_to_tm((time64_t)days1 * SEC_PER_DAY + seconds, tm); in mc13xxx_rtc_read_time() 194 rtc_time64_to_tm(s1970, &alarm->time); in mc13xxx_rtc_read_alarm()
|
D | rtc-mxc_v2.c | 149 rtc_time64_to_tm(now, tm); in mxc_rtc_read_time() 197 rtc_time64_to_tm(readl(ioaddr + SRTC_LPSAR), &alrm->time); in mxc_rtc_read_alarm()
|
D | rtc-cros-ec.c | 98 rtc_time64_to_tm(time, tm); in cros_ec_rtc_read_time() 149 rtc_time64_to_tm(current_time + alarm_offset, &alrm->time); in cros_ec_rtc_read_alarm()
|
D | rtc-sc27xx.c | 325 rtc_time64_to_tm(secs, &alrm->time); in sprd_rtc_read_aux_alarm() 386 rtc_time64_to_tm(secs, tm); in sprd_rtc_read_time() 440 rtc_time64_to_tm(secs, &alrm->time); in sprd_rtc_read_alarm()
|
D | rtc-ls1x.c | 100 rtc_time64_to_tm(t, rtm); in ls1x_rtc_read_time()
|
D | rtc-ftrtc010.c | 88 rtc_time64_to_tm(time, tm); in ftrtc010_rtc_read_time()
|
D | interface.c | 46 rtc_time64_to_tm(secs + rtc->offset_secs, tm); in rtc_add_offset() 67 rtc_time64_to_tm(secs - rtc->offset_secs, tm); in rtc_subtract_offset() 333 rtc_time64_to_tm(t_alm, &alarm->time); in __rtc_read_alarm()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | time.c | 114 #define cuda_get_rtc_time(tm) rtc_time64_to_tm(cuda_get_time(), (tm)) 161 #define pmu_get_rtc_time(tm) rtc_time64_to_tm(pmu_get_time(), (tm))
|
/Linux-v4.19/include/linux/ |
D | rtc.h | 25 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm); 39 rtc_time64_to_tm(time, tm); in rtc_time_to_tm()
|
/Linux-v4.19/arch/x86/platform/intel-mid/ |
D | intel_mid_vrtc.c | 97 rtc_time64_to_tm(now->tv_sec, &tm); in vrtc_set_mmss()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | time.c | 176 rtc_time64_to_tm(tod_data.tod_sec, tm); in rtc_generic_get_time()
|
/Linux-v4.19/arch/x86/kernel/ |
D | rtc.c | 48 rtc_time64_to_tm(nowtime, &tm); in mach_set_rtc_mmss()
|
/Linux-v4.19/arch/powerpc/platforms/8xx/ |
D | m8xx_setup.c | 194 rtc_time64_to_tm(data, tm); in mpc8xx_get_rtc_time()
|
/Linux-v4.19/arch/mips/sibyte/swarm/ |
D | rtc_m41t81.c | 150 rtc_time64_to_tm(t, &tm); in m41t81_set_time()
|
D | rtc_xicor1241.c | 118 rtc_time64_to_tm(t, &tm); in xicor_set_time()
|