Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dsch5627.c87 unsigned long temp_last_updated; /* In jiffies */ member
133 if (time_after(jiffies, data->temp_last_updated + HZ) || !data->temp_valid) { in sch5627_update_temp()
144 data->temp_last_updated = jiffies; in sch5627_update_temp()