Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/rtc/
H A Dlib.c52 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm() function
142 EXPORT_SYMBOL(rtc_time64_to_tm);
196 rtc_time64_to_tm(ts.tv_sec, &ret); in rtc_ktime_to_tm()
H A Drtc-88pm80x.c95 rtc_time64_to_tm(next_time, next); in rtc_next_alarm_time()
116 rtc_time64_to_tm(ticks, tm); in pm80x_rtc_read_time()
163 rtc_time64_to_tm(ticks, &alrm->time); in pm80x_rtc_read_alarm()
193 rtc_time64_to_tm(ticks, &now_tm); in pm80x_rtc_set_alarm()
H A Drtc-pl030.c39 rtc_time64_to_tm(readl(rtc->base + RTC_MR), &alrm->time); in pl030_read_alarm()
56 rtc_time64_to_tm(readl(rtc->base + RTC_DR), tm); in pl030_read_time()
H A Drtc-pcap.c54 rtc_time64_to_tm(secs, tm); in pcap_rtc_read_alarm()
86 rtc_time64_to_tm(secs, tm); in pcap_rtc_read_time()
H A Drtc-test.c32 rtc_time64_to_tm(alarm, &alrm->time); in test_rtc_read_alarm()
67 rtc_time64_to_tm(ktime_get_real_seconds() + rtd->offset, tm); in test_rtc_read_time()
H A Drtc-goldfish.c41 rtc_time64_to_tm(rtc_alarm, &alrm->time); in goldfish_rtc_read_alarm()
127 rtc_time64_to_tm(time, tm); in goldfish_rtc_read_time()
H A Drtc-starfire.c30 rtc_time64_to_tm(starfire_get_time(), tm); in starfire_read_time()
H A Drtc-mxc.c233 rtc_time64_to_tm(val, tm); in mxc_rtc_read_time()
263 rtc_time64_to_tm(get_alarm_or_time(dev, MXC_RTC_ALARM), &alrm->time); in mxc_rtc_read_alarm()
327 rtc_time64_to_tm(ktime_get_real_seconds(), &tm); in mxc_rtc_probe()
H A Drtc-ps3.c31 rtc_time64_to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm); in ps3_get_time()
H A Drtc-digicolor.c100 rtc_time64_to_tm(now, tm); in dc_rtc_read_time()
121 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm()
H A Drtc-nxp-bbnsm.c73 rtc_time64_to_tm(time, tm); in bbnsm_rtc_read_time()
102 rtc_time64_to_tm(bbnsm_ta, &alrm->time); in bbnsm_rtc_read_alarm()
H A Drtc-sun4v.c42 rtc_time64_to_tm(hypervisor_get_time(), tm); in sun4v_read_time()
H A Dlib_test.c53 rtc_time64_to_tm(secs, &result); in rtc_time64_to_tm_test_date_range()
H A Drtc-msc313.c58 rtc_time64_to_tm(seconds, &alarm->time); in msc313_rtc_read_alarm()
127 rtc_time64_to_tm(seconds, tm); in msc313_rtc_read_time()
H A Drtc-xgene.c47 rtc_time64_to_tm(readl(pdata->csr_base + RTC_CCVR), tm); in xgene_rtc_read_time()
70 rtc_time64_to_tm(0, &alrm->time); in xgene_rtc_read_alarm()
H A Drtc-pl031.c130 rtc_time64_to_tm(rtc_tm_to_time64(tm), &calc_tm); in pl031_stv2_tm_to_time()
247 rtc_time64_to_tm(readl(ldata->base + RTC_DR), tm); in pl031_read_time()
265 rtc_time64_to_tm(readl(ldata->base + RTC_MR), &alarm->time); in pl031_read_alarm()
H A Drtc-rk808.c77 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()
H A Drtc-au1xxx.c34 rtc_time64_to_tm(t, tm); in au1xtoy_rtc_read_time()
H A Drtc-lpc32xx.c61 rtc_time64_to_tm(elapsed_sec, time); in lpc32xx_rtc_read_time()
91 rtc_time64_to_tm(rtc_readl(rtc, LPC32XX_RTC_MATCH0), &wkalrm->time); in lpc32xx_rtc_read_alarm()
H A Drtc-tps6586x.c77 rtc_time64_to_tm(seconds, tm); in tps6586x_rtc_read_time()
201 rtc_time64_to_tm(seconds, &alrm->time); in tps6586x_rtc_read_alarm()
H A Drtc-mpfs.c93 rtc_time64_to_tm(time, tm); in mpfs_rtc_readtime()
136 rtc_time64_to_tm(time, &alrm->time); in mpfs_rtc_readalarm()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dtime.c124 rtc_time64_to_tm(cuda_get_time(), tm); in pmac_get_rtc_time()
129 rtc_time64_to_tm(pmu_get_time(), tm); in pmac_get_rtc_time()
/openbmc/linux/arch/um/drivers/
H A Drtc_kern.c39 rtc_time64_to_tm(timespec64_to_ktime(ts) / NSEC_PER_SEC, tm); in uml_rtc_read_time()
46 rtc_time64_to_tm(uml_rtc_alarm_time, &alrm->time); in uml_rtc_read_alarm()
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c49 rtc_time64_to_tm(t, tm); in aica_rtc_gettimeofday()
/openbmc/linux/arch/x86/kernel/
H A Drtc.c42 rtc_time64_to_tm(nowtime, &tm); in mach_set_cmos_time()

1234