Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/rc/
Dati_remote.c263 unsigned long acc_jiffies; /* handle acceleration */ member
463 ati_remote->acc_jiffies = now; in ati_remote_compute_accel()
465 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(125))) in ati_remote_compute_accel()
467 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(250))) in ati_remote_compute_accel()
469 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(500))) in ati_remote_compute_accel()
471 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1000))) in ati_remote_compute_accel()
473 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1500))) in ati_remote_compute_accel()
475 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(2000))) in ati_remote_compute_accel()