Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dstts751.c263 int cache_time = msecs_to_jiffies(stts751_intervals[priv->interval]); in stts751_update_alert() local
269 cache_time += cache_time / 10; in stts751_update_alert()
289 if (time_after(jiffies, priv->last_alert_update + cache_time) || in stts751_update_alert()
357 int cache_time = msecs_to_jiffies(stts751_intervals[priv->interval]); in stts751_update() local
359 if (time_after(jiffies, priv->last_update + cache_time) || in stts751_update()
/linux/drivers/power/supply/
H A Dds2760_battery.c34 static unsigned int cache_time = 1000; variable
35 module_param(cache_time, uint, 0644);
36 MODULE_PARM_DESC(cache_time, "cache time in milliseconds");
259 msecs_to_jiffies(cache_time))) in ds2760_battery_read_status()
664 cache_time = tmp; in w1_ds2760_add_slave()
/linux/drivers/acpi/
H A Dsbs.c41 static unsigned int cache_time = 1000; variable
42 module_param(cache_time, uint, 0644);
43 MODULE_PARM_DESC(cache_time, "cache time in milliseconds");
361 msecs_to_jiffies(cache_time))) in acpi_battery_get_state()
/linux/drivers/staging/greybus/
H A Dpower_supply.c73 static unsigned int cache_time = 1000; variable
689 msecs_to_jiffies(cache_time))) in is_cache_valid()