Searched refs:t_now (Results 1 – 3 of 3) sorted by relevance
1155 unsigned long long t0, t1, t_now; in dac33_dai_delay() local1169 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()1180 time_delta = t_now - t0; in dac33_dai_delay()1189 } else if ((t_now - t1) <= dac33->mode1_us_burst) { in dac33_dai_delay()1194 time_delta = t_now - t0; in dac33_dai_delay()1199 time_delta = t_now - t1; in dac33_dai_delay()1216 time_delta = t_now - t0; in dac33_dai_delay()1237 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()1243 if (t_now <= t0) { in dac33_dai_delay()1252 time_delta = t_now - t0; in dac33_dai_delay()
809 time64_t t_now; in cmos_aie_poweroff() local825 t_now = rtc_tm_to_time64(&now); in cmos_aie_poweroff()836 if (cmos->alarm_expires == t_now + 1) { in cmos_aie_poweroff()840 rtc_time64_to_tm(t_now - 1, &alarm.time); in cmos_aie_poweroff()843 } else if (cmos->alarm_expires > t_now + 1) { in cmos_aie_poweroff()
120 time64_t t_now, t_alm; in __rtc_read_alarm() local221 t_now = rtc_tm_to_time64(&now); in __rtc_read_alarm()223 if (t_now < t_alm) in __rtc_read_alarm()