Home
last modified time | relevance | path

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

/drivers/hwmon/
Demc1403.c49 unsigned long hyst_valid; member
136 if (time_after(jiffies, data->hyst_valid)) { in show_hyst()
141 data->hyst_valid = jiffies + HZ; in show_hyst()
175 data->hyst_valid = jiffies + HZ; in store_hyst()
317 data->hyst_valid = jiffies - 1; /* Expired */ in emc1403_probe()