Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/
Dtpm_tis_spi_cr50.c46 unsigned long last_access; member
81 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay()
91 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay()
128 return !time_in_range_open(jiffies, phy->last_access, in cr50_needs_waking()
218 cr50_phy->last_access = jiffies; in tpm_tis_spi_cr50_transfer()
284 cr50_phy->last_access = jiffies; in cr50_spi_probe()
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_lightbar.c57 static unsigned long last_access; in lb_throttle() local
65 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()
78 last_access = now; in lb_throttle()
/linux-5.19.10/drivers/video/fbdev/omap/
Dsossi.c67 int last_access; member
256 if (access != sossi.last_access) { in set_timing()
257 sossi.last_access = access; in set_timing()
/linux-5.19.10/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()