Home
last modified time | relevance | path

Searched refs:t_now (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dtlv320dac33.c1156 unsigned long long t0, t1, t_now; in dac33_dai_delay() local
1170 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()
1181 time_delta = t_now - t0; in dac33_dai_delay()
1190 } else if ((t_now - t1) <= dac33->mode1_us_burst) { in dac33_dai_delay()
1195 time_delta = t_now - t0; in dac33_dai_delay()
1200 time_delta = t_now - t1; in dac33_dai_delay()
1217 time_delta = t_now - t0; in dac33_dai_delay()
1238 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()
1244 if (t_now <= t0) { in dac33_dai_delay()
1253 time_delta = t_now - t0; in dac33_dai_delay()
/Linux-v4.19/drivers/rtc/
Drtc-cmos.c919 time64_t t_now; in cmos_aie_poweroff() local
935 t_now = rtc_tm_to_time64(&now); in cmos_aie_poweroff()
946 if (cmos->alarm_expires == t_now + 1) { in cmos_aie_poweroff()
950 rtc_time64_to_tm(t_now - 1, &alarm.time); in cmos_aie_poweroff()
953 } else if (cmos->alarm_expires > t_now + 1) { in cmos_aie_poweroff()
1018 time64_t t_now; in cmos_check_wkalrm() local
1028 t_now = rtc_tm_to_time64(&now); in cmos_check_wkalrm()
1034 if (t_now >= cmos->alarm_expires && use_acpi_alarm) { in cmos_check_wkalrm()
Dinterface.c208 time64_t t_now, t_alm; in __rtc_read_alarm() local
318 t_now = rtc_tm_to_time64(&now); in __rtc_read_alarm()
320 if (t_now < t_alm) in __rtc_read_alarm()