Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_lightbar.c67 static unsigned long last_access; in lb_throttle() local
75 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()
88 last_access = now; in lb_throttle()
/linux-4.4.14/drivers/video/fbdev/omap/
Dsossi.c78 int last_access; member
267 if (access != sossi.last_access) { in set_timing()
268 sossi.last_access = access; in set_timing()
/linux-4.4.14/drivers/usb/storage/
Dsddr55.c110 unsigned long last_access; /* number of jiffies since we last talked to device */ member
129 info->last_access = jiffies; in sddr55_bulk_transport()
839 if (info->lba_to_pba == NULL || time_after(jiffies, info->last_access + HZ/2)) { in sddr55_transport()