Searched refs:rtc_tm_to_time (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Dhctosys.c57 rtc_tm_to_time(&tm, &tv.tv_sec);
H A Drtc-lib.c112 int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) function
118 EXPORT_SYMBOL(rtc_tm_to_time); variable
H A Drtc-ps3.c51 rtc_tm_to_time(tm, &now);
H A Dclass.c56 rtc_tm_to_time(&tm, &oldtime);
81 rtc_tm_to_time(&tm, &newtime);
H A Drtc-pl030.c62 ret = rtc_tm_to_time(&alrm->time, &time);
91 ret = rtc_tm_to_time(tm, &time);
H A Drtc-au1xxx.c46 rtc_tm_to_time(tm, &t);
H A Drtc-sa1100.c76 rtc_tm_to_time(now, &now_time);
77 rtc_tm_to_time(next, &next_time);
96 ret = rtc_tm_to_time(&alarm_tm, &time);
294 ret = rtc_tm_to_time(tm, &time);
H A Drtc-sun4v.c68 err = rtc_tm_to_time(tm, &secs);
H A Drtc-sysfs.c76 rtc_tm_to_time(&tm, &time);
148 rtc_tm_to_time(&alm.time, &alarm);
172 rtc_tm_to_time(&alm.time, &now);
H A Drtc-ab8500.c73 rtc_tm_to_time(&tm, &secs);
143 rtc_tm_to_time(tm, &secs);
234 rtc_tm_to_time(&alarm->time, &secs);
H A Drtc-dm355evm.c90 rtc_tm_to_time(tm, &value);
H A Dinterface.c58 err = rtc_tm_to_time(tm, &secs);
238 rtc_tm_to_time(&now, &t_now);
239 rtc_tm_to_time(&alarm->time, &t_alm);
H A Drtc-ds1374.c161 rtc_tm_to_time(time, &itime);
223 rtc_tm_to_time(&alarm->time, &new_alarm);
224 rtc_tm_to_time(&now, &itime);
H A Drtc-mxc.c177 rtc_tm_to_time(&now_tm, &now);
178 rtc_tm_to_time(&alarm_tm, &time);
185 ret = rtc_tm_to_time(&alarm_tm, &time);
H A Drtc-pl031.c116 rtc_tm_to_time(tm, &time);
257 ret = rtc_tm_to_time(tm, &time);
286 ret = rtc_tm_to_time(&alarm->time, &time);
H A Drtc-at32ap700x.c87 ret = rtc_tm_to_time(tm, &now);
116 ret = rtc_tm_to_time(&alrm->time, &alarm_unix_time);
H A Drtc-bfin.c296 ret = rtc_tm_to_time(tm, &now);
324 if (rtc_tm_to_time(&alrm->time, &rtc_alarm))
H A Drtc-at91sam9.c115 err = rtc_tm_to_time(tm, &secs);
189 err = rtc_tm_to_time(tm, &secs);
H A Drtc-dev.c322 rtc_tm_to_time(&tm, &now);
330 rtc_tm_to_time(&alarm.time, &then);
H A Drtc-wm831x.c198 ret = rtc_tm_to_time(&new_tm, &new_time);
271 ret = rtc_tm_to_time(&alrm->time, &time);
H A Drtc-ab3100.c155 rtc_tm_to_time(&alarm->time, &secs);
H A Drtc-pcap.c72 rtc_tm_to_time(tm, &secs);
H A Drtc-stmp3xxx.c144 rtc_tm_to_time(&alm->time, &t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtime.c71 rtc_tm_to_time(tm, &secs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend_test.c78 rtc_tm_to_time(&alm.time, &now);

Completed in 93 milliseconds

12