Home
last modified time | relevance | path

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

/linux/drivers/hwmon/occ/
A Dcommon.h112 unsigned long last_safe; /* time OCC entered "safe" state */ member
A Dcommon.c165 if (occ->last_safe) { in occ_poll()
167 occ->last_safe + OCC_SAFE_TIMEOUT)) in occ_poll()
170 occ->last_safe = jiffies; in occ_poll()
173 occ->last_safe = 0; in occ_poll()

Completed in 5 milliseconds