Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsch5627.c86 unsigned long temp_last_updated; /* In jiffies */ member
102 if (time_after(jiffies, data->temp_last_updated + HZ) || !data->temp_valid) { in sch5627_update_temp()
113 data->temp_last_updated = jiffies; in sch5627_update_temp()