Searched refs:t_now (Results 1 – 3 of 3) sorted by relevance
1142 unsigned long long t0, t1, t_now; in dac33_dai_delay() local1156 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()1167 time_delta = t_now - t0; in dac33_dai_delay()1176 } else if ((t_now - t1) <= dac33->mode1_us_burst) { in dac33_dai_delay()1181 time_delta = t_now - t0; in dac33_dai_delay()1186 time_delta = t_now - t1; in dac33_dai_delay()1203 time_delta = t_now - t0; in dac33_dai_delay()1224 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()1230 if (t_now <= t0) { in dac33_dai_delay()1239 time_delta = t_now - t0; in dac33_dai_delay()
1189 time64_t t_now; in cmos_aie_poweroff() local1205 t_now = rtc_tm_to_time64(&now); in cmos_aie_poweroff()1216 if (cmos->alarm_expires == t_now + 1) { in cmos_aie_poweroff()1220 rtc_time64_to_tm(t_now - 1, &alarm.time); in cmos_aie_poweroff()1223 } else if (cmos->alarm_expires > t_now + 1) { in cmos_aie_poweroff()1289 time64_t t_now; in cmos_check_wkalrm() local1299 t_now = rtc_tm_to_time64(&now); in cmos_check_wkalrm()1305 if (t_now >= cmos->alarm_expires && cmos_use_acpi_alarm()) { in cmos_check_wkalrm()
217 time64_t t_now, t_alm; in __rtc_read_alarm() local327 t_now = rtc_tm_to_time64(&now); in __rtc_read_alarm()329 if (t_now < t_alm) in __rtc_read_alarm()