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