Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/chemical/
Dams-iaq-core.c31 unsigned long last_update; member
80 if (!time_after(jiffies, data->last_update + HZ)) in ams_iaqcore_get_measurement()
87 data->last_update = jiffies; in ams_iaqcore_get_measurement()
152 data->last_update = jiffies - HZ; in ams_iaqcore_probe()
Dvz89x.c50 unsigned long last_update; member
223 if (!time_after(jiffies, data->last_update + HZ)) in vz89x_get_measurement()
227 data->last_update = jiffies; in vz89x_get_measurement()
382 data->last_update = jiffies - HZ; in vz89x_probe()
/linux-4.19.296/include/linux/power/
Dbq27xxx_battery.h67 unsigned long last_update; member
/linux-4.19.296/drivers/s390/cio/
Dcmf.c121 unsigned long long last_update; /* when last_block was updated */ member
289 cmb_data->last_update = get_tod_clock(); in cmf_copy_block()
362 cmb_data->last_update = 0; in cmf_generic_reset()
663 if (cmb_data->last_update == 0) { in readall_cmb()
668 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmb()
923 if (cmb_data->last_update == 0) { in readall_cmbe()
927 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmbe()
/linux-4.19.296/drivers/cpufreq/
Dintel_pstate.c242 u64 last_update; member
1500 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_up()
1509 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
1516 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_down()
1713 cpu->last_update = time; in intel_pstate_update_util()
1724 delta_ns = time - cpu->last_update; in intel_pstate_update_util()
1728 cpu->last_update = time; in intel_pstate_update_util()