Home
last modified time | relevance | path

Searched refs:last_access (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c43 unsigned long last_access; member
78 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay()
88 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay()
125 return !time_in_range_open(jiffies, phy->last_access, in cr50_needs_waking()
202 cr50_phy->last_access = jiffies; in tpm_tis_spi_cr50_transfer()
270 cr50_phy->last_access = jiffies; in cr50_spi_probe()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dsossi.c62 * if last_access is the same as current we don't have to change
65 int last_access; member
254 if (access != sossi.last_access) { in set_timing()
255 sossi.last_access = access; in set_timing()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A 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()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dsossi.c64 * if last_access is the same as current we don't have to change
67 int last_access; member
256 if (access != sossi.last_access) { in set_timing()
257 sossi.last_access = access; in set_timing()
/kernel/linux/linux-5.10/drivers/usb/storage/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A 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()

Completed in 7 milliseconds