Searched refs:last_safe (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/hwmon/occ/
H A Dcommon.c166 if (occ->last_safe) {
168 occ->last_safe + OCC_SAFE_TIMEOUT))
171 occ->last_safe = jiffies;
174 occ->last_safe = 0;
1164 occ->last_safe = 0;
H A Dcommon.h114 unsigned long last_safe; /* time OCC entered "safe" state */ member in struct:occ

Completed in 216 milliseconds