Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/codecs/
Dtlv320dac33.c1167 unsigned long long t0, t1, t_now; in dac33_dai_delay() local
1181 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()
1192 time_delta = t_now - t0; in dac33_dai_delay()
1201 } else if ((t_now - t1) <= dac33->mode1_us_burst) { in dac33_dai_delay()
1206 time_delta = t_now - t0; in dac33_dai_delay()
1211 time_delta = t_now - t1; in dac33_dai_delay()
1228 time_delta = t_now - t0; in dac33_dai_delay()
1249 t_now = ktime_to_us(ktime_get()); in dac33_dai_delay()
1255 if (t_now <= t0) { in dac33_dai_delay()
1264 time_delta = t_now - t0; in dac33_dai_delay()
/linux-3.4.99/drivers/rtc/
Dinterface.c150 unsigned long t_now, t_alm; in __rtc_read_alarm() local
251 rtc_tm_to_time(&now, &t_now); in __rtc_read_alarm()
253 if (t_now < t_alm) in __rtc_read_alarm()