Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_lightbar.c58 static unsigned long last_access; in lb_throttle() local
66 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()
79 last_access = now; in lb_throttle()
/Linux-v5.4/drivers/video/fbdev/omap/
Dsossi.c65 int last_access; member
254 if (access != sossi.last_access) { in set_timing()
255 sossi.last_access = access; in set_timing()
/Linux-v5.4/drivers/usb/storage/
Dsddr55.c99 unsigned long last_access; /* number of jiffies since we last talked to device */ member
118 info->last_access = jiffies; in sddr55_bulk_transport()
837 if (info->lba_to_pba == NULL || time_after(jiffies, info->last_access + HZ/2)) { in sddr55_transport()