Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dasc7621.c81 unsigned long last_high_reading; /* In jiffies */ member
1010 time_after(jiffies, data->last_high_reading + INTERVAL_HIGH)) { in asc7621_update_device()
1018 data->last_high_reading = jiffies; in asc7621_update_device()