Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_lightbar.c38 static unsigned long lb_interval_jiffies = 50 * HZ / 1000; variable
43 unsigned long msec = lb_interval_jiffies * 1000 / HZ; in interval_msec_show()
57 lb_interval_jiffies = msec * HZ / 1000; in interval_msec_store()
74 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()