Lines Matching defs:tm
88 static void to_rtc_time(unsigned long now, struct rtc_time *tm) in to_rtc_time()
98 static unsigned long from_rtc_time(struct rtc_time *tm) in from_rtc_time()
123 #define cuda_get_rtc_time(tm) to_rtc_time(cuda_get_time(), (tm)) argument
125 static int cuda_set_rtc_time(struct rtc_time *tm) in cuda_set_rtc_time()
145 #define cuda_get_rtc_time(tm) argument
146 #define cuda_set_rtc_time(tm) 0 argument
166 #define pmu_get_rtc_time(tm) to_rtc_time(pmu_get_time(), (tm)) argument
168 static int pmu_set_rtc_time(struct rtc_time *tm) in pmu_set_rtc_time()
186 #define pmu_get_rtc_time(tm) argument
187 #define pmu_set_rtc_time(tm) 0 argument
193 struct rtc_time tm; in smu_get_time() local
202 #define smu_get_rtc_time(tm, spin) argument
203 #define smu_set_rtc_time(tm, spin) 0 argument
222 void pmac_get_rtc_time(struct rtc_time *tm) in pmac_get_rtc_time()
240 int pmac_set_rtc_time(struct rtc_time *tm) in pmac_set_rtc_time()