Searched refs:rtc_time_to_tm (Results 1 - 25 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-lib.c51 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) function
89 EXPORT_SYMBOL(rtc_time_to_tm); variable
H A Drtc-ps3.c43 rtc_time_to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm);
H A Drtc-starfire.c32 rtc_time_to_tm(starfire_get_time(), tm);
H A Drtc-pl030.c47 rtc_time_to_tm(readl(rtc->base + RTC_MR), &alrm->time);
72 rtc_time_to_tm(readl(rtc->base + RTC_DR), tm);
H A Drtc-au1xxx.c37 rtc_time_to_tm(t, tm);
H A Drtc-sun4v.c38 rtc_time_to_tm(hypervisor_get_time(), tm);
H A Drtc-sa1100.c82 rtc_time_to_tm(next_time, next);
94 rtc_time_to_tm(now, &now_tm);
285 rtc_time_to_tm(RCNR, tm);
H A Drtc-dm355evm.c80 rtc_time_to_tm(le32_to_cpu(time.value), tm);
H A Drtc-mxc.c170 rtc_time_to_tm(now, &now_tm);
182 rtc_time_to_tm(time, &alarm_tm);
295 rtc_time_to_tm(val, tm);
324 rtc_time_to_tm(get_alarm_or_time(dev, MXC_RTC_ALARM), &alrm->time);
H A Drtc-ab3100.c108 rtc_time_to_tm(time, tm);
141 rtc_time_to_tm(time, &alarm->time);
H A Drtc-pcap.c59 rtc_time_to_tm(secs, tm);
96 rtc_time_to_tm(secs, tm);
H A Drtc-rs5c348.c138 rtc_time_to_tm(0, tm);
184 rtc_time_to_tm(0, &tm); /* 1970/1/1 */
H A Drtc-stmp3xxx.c56 rtc_time_to_tm(__raw_readl(rtc_data->io + HW_RTC_SECONDS), rtc_tm);
135 rtc_time_to_tm(__raw_readl(rtc_data->io + HW_RTC_ALARM), &alm->time);
H A Drtc-pl031.c117 rtc_time_to_tm(time, &calc_tm);
246 rtc_time_to_tm(readl(ldata->base + RTC_DR), tm);
269 rtc_time_to_tm(readl(ldata->base + RTC_MR), &alarm->time);
H A Drtc-ds1672.c55 rtc_time_to_tm(time, tm);
H A Drtc-ep93xx.c67 rtc_time_to_tm(time, tm);
H A Drtc-test.c33 rtc_time_to_tm(get_seconds(), tm);
H A Drtc-ab8500.c125 rtc_time_to_tm(secs, tm);
207 rtc_time_to_tm(secs, &alarm->time);
H A Drtc-at32ap700x.c76 rtc_time_to_tm(now, tm);
99 rtc_time_to_tm(rtc->alarm_time, &alrm->time);
H A Drtc-coh901331.c85 rtc_time_to_tm(readl(rtap->virtbase + COH901331_CUR_TIME), tm);
109 rtc_time_to_tm(readl(rtap->virtbase + COH901331_ALARM), &alarm->time);
H A Drtc-imxdi.c200 rtc_time_to_tm(now, tm);
245 rtc_time_to_tm(dcamr, &alarm->time);
H A Drtc-jz4740.c124 rtc_time_to_tm(secs, time);
149 rtc_time_to_tm(secs, &alrm->time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtime.c60 rtc_time_to_tm(tv.tv_sec, tm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend_test.c81 rtc_time_to_tm(now + TEST_SUSPEND_SECONDS, &alm.time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c108 rtc_time_to_tm(tim, &tm);

Completed in 63 milliseconds

12