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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-lib.c52 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) function
89 EXPORT_SYMBOL(rtc_time_to_tm); variable
H A Drtc-ep93xx.c42 rtc_time_to_tm(time, tm);
H A Drtc-pl031.c91 rtc_time_to_tm(__raw_readl(ldata->base + RTC_DR), tm);
111 rtc_time_to_tm(__raw_readl(ldata->base + RTC_MR), &alarm->time);
H A Drtc-rs5c348.c137 rtc_time_to_tm(0, tm);
183 rtc_time_to_tm(0, &tm); /* 1970/1/1 */
H A Drtc-sa1100.c58 rtc_time_to_tm(now, &now_tm);
249 rtc_time_to_tm(RCNR, tm);
H A Drtc-sysfs.c147 rtc_time_to_tm(alarm, &alm.time);
H A Drtc-test.c33 rtc_time_to_tm(get_seconds(), tm);
H A Drtc-vr41xx.c146 rtc_time_to_tm(epoch_sec + elapsed_sec, time);
178 rtc_time_to_tm((high << 17) | (mid << 1) | (low >> 15), time);
H A Dinterface.c79 rtc_time_to_tm(secs, &new);
H A Drtc-ds1672.c63 rtc_time_to_tm(time, tm);
H A Drtc-bfin.c97 rtc_time_to_tm(rtc_bfin_to_time(rtc_bfin), tm);
H A Drtc-ds1742.c120 rtc_time_to_tm(0, tm);
H A Drtc-dev.c315 rtc_time_to_tm(now + 24 * 60 * 60, &tm);
H A Drtc-ds1553.c132 rtc_time_to_tm(0, tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dtime.c45 rtc_time_to_tm(readl(rtc_base + RTC_MR), &alrm->time);
67 rtc_time_to_tm(readl(rtc_base + RTC_DR), tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtc.h108 extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Drtctime.c68 rtc_time_to_tm(next_time, next);

Completed in 141 milliseconds