rtc_tm_to_time     96 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(now, &now_time);
rtc_tm_to_time     97 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(next, &next_time);
rtc_tm_to_time    143 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(tm, &ticks);
rtc_tm_to_time    217 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(&alarm_tm, &ticks);
rtc_tm_to_time    376 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(&tm, &ticks);
rtc_tm_to_time    113 drivers/rtc/rtc-ab8500.c 	rtc_tm_to_time(tm, &secs);
rtc_tm_to_time    191 drivers/rtc/rtc-ab8500.c 	rtc_tm_to_time(&alarm->time, &secs);
rtc_tm_to_time    199 drivers/rtc/rtc-ab8500.c 	rtc_tm_to_time(&curtm, &cursec);
rtc_tm_to_time     46 drivers/rtc/rtc-au1xxx.c 	rtc_tm_to_time(tm, &t);
rtc_tm_to_time     66 drivers/rtc/rtc-cpcap.c 	rtc_tm_to_time(rtc, &time);
rtc_tm_to_time    106 drivers/rtc/rtc-da9052.c 	ret = rtc_tm_to_time(rtc_tm, &alm_time);
rtc_tm_to_time    422 drivers/rtc/rtc-davinci.c 		rtc_tm_to_time(&tm, &now);
rtc_tm_to_time    427 drivers/rtc/rtc-davinci.c 		rtc_tm_to_time(&alm->time, &then);
rtc_tm_to_time    328 drivers/rtc/rtc-ds1305.c 	status = rtc_tm_to_time(&alm->time, &later);
rtc_tm_to_time    336 drivers/rtc/rtc-ds1305.c 	status = rtc_tm_to_time(&tm, &now);
rtc_tm_to_time    177 drivers/rtc/rtc-ds1374.c 	rtc_tm_to_time(time, &itime);
rtc_tm_to_time    240 drivers/rtc/rtc-ds1374.c 	rtc_tm_to_time(&alarm->time, &new_alarm);
rtc_tm_to_time    241 drivers/rtc/rtc-ds1374.c 	rtc_tm_to_time(&now, &itime);
rtc_tm_to_time    214 drivers/rtc/rtc-fsl-ftm-alarm.c 	rtc_tm_to_time(&tm, &now);
rtc_tm_to_time    215 drivers/rtc/rtc-fsl-ftm-alarm.c 	rtc_tm_to_time(&alm->time, &alm_time);
rtc_tm_to_time    136 drivers/rtc/rtc-mpc5121.c 	ret = rtc_tm_to_time(tm, &now);
rtc_tm_to_time     54 drivers/rtc/rtc-pl030.c 		ret = rtc_tm_to_time(&alrm->time, &time);
rtc_tm_to_time     83 drivers/rtc/rtc-pl030.c 	ret = rtc_tm_to_time(tm, &time);
rtc_tm_to_time    129 drivers/rtc/rtc-pl031.c 		rtc_tm_to_time(tm, &time);
rtc_tm_to_time    262 drivers/rtc/rtc-pl031.c 	ret = rtc_tm_to_time(tm, &time);
rtc_tm_to_time    291 drivers/rtc/rtc-pl031.c 		ret = rtc_tm_to_time(&alarm->time, &time);
rtc_tm_to_time     87 drivers/rtc/rtc-pm8xxx.c 	rtc_tm_to_time(tm, &secs);
rtc_tm_to_time    227 drivers/rtc/rtc-pm8xxx.c 	rtc_tm_to_time(&alarm->time, &secs);
rtc_tm_to_time    101 drivers/rtc/rtc-puv3.c 	rtc_tm_to_time(tm, &rtc_count);
rtc_tm_to_time    127 drivers/rtc/rtc-puv3.c 	rtc_tm_to_time(tm, &rtcalarm_count);
rtc_tm_to_time    124 drivers/rtc/rtc-sa1100.c 	ret = rtc_tm_to_time(tm, &time);
rtc_tm_to_time    148 drivers/rtc/rtc-sa1100.c 	ret = rtc_tm_to_time(&alrm->time, &time);
rtc_tm_to_time    116 drivers/rtc/rtc-sirfsoc.c 		rtc_tm_to_time(&(alrm->time), &rtc_alarm);
rtc_tm_to_time    196 drivers/rtc/rtc-sirfsoc.c 	rtc_tm_to_time(tm, &rtc_time);
rtc_tm_to_time    524 drivers/rtc/rtc-sun6i.c 	rtc_tm_to_time(alrm_tm, &time_set);
rtc_tm_to_time    525 drivers/rtc/rtc-sun6i.c 	rtc_tm_to_time(&tm_now, &time_now);
rtc_tm_to_time     84 kernel/power/suspend_test.c 	rtc_tm_to_time(&alm.time, &now);