Home
last modified time | relevance | path

Searched refs:last_updated (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/hwmon/
H A Dltc4151.c41 unsigned long last_updated; /* in jiffies */ member
60 if (time_after(jiffies, data->last_updated + HZ / 6) || !data->valid) { in ltc4151_update_device()
79 data->last_updated = jiffies; in ltc4151_update_device()
H A Dnsa320-hwmon.c40 unsigned long last_updated; /* jiffies */ member
76 if (time_after(jiffies, hwmon->last_updated + HZ) || mcu_data == 0) { in nsa320_hwmon_update()
98 hwmon->last_updated = jiffies; in nsa320_hwmon_update()
H A Dltc4261.c49 unsigned long last_updated; /* in jiffies */ member
63 if (time_after(jiffies, data->last_updated + HZ / 4) || !data->valid) { in ltc4261_update_device()
81 data->last_updated = jiffies; in ltc4261_update_device()
H A Dg760a.c45 unsigned long last_updated; /* In jiffies */ member
89 if (time_after(jiffies, data->last_updated + G760A_UPDATE_INTERVAL) in g760a_update_client()
97 data->last_updated = jiffies; in g760a_update_client()
H A Dltc4215.c37 unsigned long last_updated; /* in jiffies */ member
53 if (time_after(jiffies, data->last_updated + HZ / 10) || !data->valid) { in ltc4215_update_device()
66 data->last_updated = jiffies; in ltc4215_update_device()
H A Dw83l785ts.c102 unsigned long last_updated; /* in jiffies */ member
263 if (!data->valid || time_after(jiffies, data->last_updated + HZ * 2)) { in w83l785ts_update_device()
270 data->last_updated = jiffies; in w83l785ts_update_device()
H A Dds620.c60 unsigned long last_updated; /* In jiffies */ member
102 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in ds620_update_client()
120 data->last_updated = jiffies; in ds620_update_client()
H A Dshtc1.c59 unsigned long last_updated; /* in jiffies */ member
111 if (time_after(jiffies, data->last_updated + HZ / 10) || !data->valid) { in shtc1_update_client()
128 data->last_updated = jiffies; in shtc1_update_client()
H A Dsmsc47b397.c98 unsigned long last_updated; /* in jiffies */ member
124 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in smsc47b397_update_device()
139 data->last_updated = jiffies; in smsc47b397_update_device()
H A Dad7418.c50 unsigned long last_updated; /* In jiffies */ member
63 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in ad7418_update_device()
113 data->last_updated = jiffies; in ad7418_update_device()
H A Dlm77.c59 unsigned long last_updated; /* In jiffies */ member
110 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in lm77_update_device()
120 data->last_updated = jiffies; in lm77_update_device()
H A Dds1621.c113 unsigned long last_updated; /* In jiffies */ member
193 if (time_after(jiffies, data->last_updated + data->update_interval) || in ds1621_update_client()
215 data->last_updated = jiffies; in ds1621_update_client()
H A Dlineage-pem.c122 unsigned long last_updated; /* in jiffies */ member
157 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in pem_update_device()
193 data->last_updated = jiffies; in pem_update_device()
H A Datxp1.c40 unsigned long last_updated; member
58 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in atxp1_update_device()
H A Dthmc50.c63 unsigned long last_updated; /* In jiffies */ member
84 if (time_after(jiffies, data->last_updated + timeout) in thmc50_update_device()
109 data->last_updated = jiffies; in thmc50_update_device()
H A Dtc654.c67 unsigned long last_updated; /* in jiffies */ member
141 if (time_before(jiffies, data->last_updated + TC654_UPDATE_INTERVAL) && in tc654_update_client()
180 data->last_updated = jiffies; in tc654_update_client()
H A Dina209.c67 unsigned long last_updated; /* in jiffies */ member
87 time_after(jiffies, data->last_updated + data->update_interval)) { in ina209_update_device()
96 data->last_updated = jiffies; in ina209_update_device()
H A Dadc128d818.c65 unsigned long last_updated; /* In jiffies */ member
87 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in adc128_update_device()
133 data->last_updated = jiffies; in adc128_update_device()
H A Dmax6650.c107 unsigned long last_updated; /* in jiffies */ member
165 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in max6650_update_device()
186 data->last_updated = jiffies; in max6650_update_device()
H A Demc6w201.c49 unsigned long last_updated; /* in jiffies */ member
130 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in emc6w201_update_device()
164 data->last_updated = jiffies; in emc6w201_update_device()
H A Dsch5636.c61 unsigned long last_updated; /* In jiffies */ member
78 if (data->valid && !time_after(jiffies, data->last_updated + HZ)) in sch5636_update_device()
143 data->last_updated = jiffies; in sch5636_update_device()
H A Dadm1025.c101 unsigned long last_updated; /* in jiffies */ member
121 if (time_after(jiffies, data->last_updated + HZ * 2) || !data->valid) { in adm1025_update_device()
150 data->last_updated = jiffies; in adm1025_update_device()
H A Dsmsc47m192.c90 unsigned long last_updated; /* In jiffies */ member
112 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in smsc47m192_update_device()
159 data->last_updated = jiffies; in smsc47m192_update_device()
/linux/drivers/misc/eeprom/
H A Dmax6875.c51 unsigned long last_updated[USER_EEPROM_SLICES]; member
68 time_after(jiffies, data->last_updated[slice])) { in max6875_update_slice()
99 data->last_updated[slice] = jiffies; in max6875_update_slice()
/linux/drivers/power/supply/
H A Daxp288_fuel_gauge.c129 unsigned long last_updated; /* in jiffies */ member
222 if (info->valid && time_before(jiffies, info->last_updated + AXP288_REG_UPDATE_INTERVAL)) in fuel_gauge_update_registers()
279 info->last_updated = jiffies; in fuel_gauge_update_registers()

12