pcf_tm            106 drivers/rtc/rtc-pcf50633.c 	struct pcf50633_time pcf_tm;
pcf_tm            113 drivers/rtc/rtc-pcf50633.c 					    &pcf_tm.time[0]);
pcf_tm            120 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_DAY],
pcf_tm            121 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_MONTH],
pcf_tm            122 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_YEAR],
pcf_tm            123 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_HOUR],
pcf_tm            124 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_MIN],
pcf_tm            125 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_SEC]);
pcf_tm            127 drivers/rtc/rtc-pcf50633.c 	pcf2rtc_time(tm, &pcf_tm);
pcf_tm            137 drivers/rtc/rtc-pcf50633.c 	struct pcf50633_time pcf_tm;
pcf_tm            144 drivers/rtc/rtc-pcf50633.c 	rtc2pcf_time(&pcf_tm, tm);
pcf_tm            147 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_DAY],
pcf_tm            148 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_MONTH],
pcf_tm            149 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_YEAR],
pcf_tm            150 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_HOUR],
pcf_tm            151 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_MIN],
pcf_tm            152 drivers/rtc/rtc-pcf50633.c 		pcf_tm.time[PCF50633_TI_SEC]);
pcf_tm            163 drivers/rtc/rtc-pcf50633.c 					     &pcf_tm.time[0]);
pcf_tm            174 drivers/rtc/rtc-pcf50633.c 	struct pcf50633_time pcf_tm;
pcf_tm            183 drivers/rtc/rtc-pcf50633.c 				PCF50633_TI_EXTENT, &pcf_tm.time[0]);
pcf_tm            189 drivers/rtc/rtc-pcf50633.c 	pcf2rtc_time(&alrm->time, &pcf_tm);
pcf_tm            197 drivers/rtc/rtc-pcf50633.c 	struct pcf50633_time pcf_tm;
pcf_tm            202 drivers/rtc/rtc-pcf50633.c 	rtc2pcf_time(&pcf_tm, &alrm->time);
pcf_tm            205 drivers/rtc/rtc-pcf50633.c 	pcf_tm.time[PCF50633_TI_WKDAY] = 7;
pcf_tm            215 drivers/rtc/rtc-pcf50633.c 				PCF50633_TI_EXTENT, &pcf_tm.time[0]);